unit testing - Mobile test automation for iOS and Android -


i wonder if have mobile test automation tool can recommend? after trying several tools cannot find 1 meets every criteria. ranorex can used on both devices after facing many issues have chosen not use it. best tool have encountered robotium, although works on android , therefore not interesting.

criteria:

  • possible ci integrate.
  • can used nunit or similar structure.
  • can used on both ios , android.
  • is stable.

please not recommend 1 of these recording tools, since (in opinion) not test anything.

have nice day thank help.

automation of applications on real devices hybrid/native/mobile web can achieved using appium open-source framework.

appium allows create once , use everywhere capability mobile web apps, e.g., same script running on android ios.

its rich function library support enables automate complex mobile application gestures e.g., tap, pinch, precise tap, swipe etc.

for more details on appium, visit: http://appium.io/


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -