Is it possible to use PAF for mobile testing - ipaf

Is it possible to perform mobile testing using Pace Automation Framework?

Yes, you can use PAF for Mobile Testing. Both IOS and Android testing can be done using PAF.

Related

How to write to iOS or Android simultor to replicate Xamarin's Application.Current.Properties?

I am writing a series of mobile automation tests using Appium to test our Xamarin application. The tests run on iOS simulators and Android emulators. The app writes various pieces of data using Xamarin's Application.Current.Properties method. I am trying to determine where on each device this data is written to, and if possible write that data myself using the terminal so I can mock the user being in certain states to speed up my tests. Thank you!

Is there a way how to run iOS, Android and WP Robot Framework tests using TeamCity on one server?

I have pretty straightforward question for you: is there a way how to run iOS, Android and WP Robot Framework test pack using TeamCity on one server?
Simply, I want to have one test codebase being run on one TC server and testing an app for all three platforms I count with.
Probably the biggest issue I can see is that I need macOS device to run the iOS appium. Could that be covered by some kind of virtual implementation?
Many thanks all in advance!

How to test apps which are developed using XAMARIN

How testing will be carried out on apps which are developed using Xamarin ? As i am totally new on it please help me out .Is xamarin test cloud is only used for UI testing ? Manual testing is possible or not.
Xamarin applications are as native as a native Application, you can test them like you test native android and iOS application.
Xamarin Test cloud let you do automatic UI testing or normal Unit testing.
Xamarin Test cloud don't do Manual testing, in that case you must do it by yourself.
Note: The UI tests and Unit tests must be written before upload the application to the Test Cloud. Test cloud will only execute them in a range of devices selected by you.

Does UIAutomator support hybrid applications?

I have just started to learn and use UIAutomator. I wonder if testing hybrid applications is possible using UIAutomator or it only supports native apps?
Thanks is advance.

GUI testing tool for windows mobile application

Can somebody suggest me an open source GUI testing tool for windows 7/6.5 mobile applications?? N any idea on usage of Microsoft's UI Automation framework for windows mobile application.
Thanks in advance.
Try NUnit, Its the Best one to End your Search
http://nunitwindowsphone7.codeplex.com/
Regards
Ravindran Antonysamy
The Silverlight Unit Test framework is probably what you're after for Phone 7 (there is no "Windows Mobile 7"). For 6.x I'm not aware of anything (that I'd recommend anyway).

Resources