Session 09: Run First Android Automation Code Using Appium With Java and TestNG

preview_player
Показать описание
Run First Android Automation Code Using Appium With Java and TestNG

Develop and execute your first android automation code with appium using java and testNG.

Video links will be updated under blog links :

#appium_android_automation
#appium_with_android
#android_automtion_using_appium
Рекомендации по теме
Комментарии
Автор

Running multiple testcase present in a single testsuite to be run on single device one after another without starting another appium instances.

I have login scenarios and having 5 test cases.
1. Run app > verify emal is incorrect
2. Run app > verify login button is enabled
3. Run app > verify password is incorrect
4. Run app > email fild is empty and add password and tap on login button
5. Run app > email and password correct, user successful login

But when i run my testing.xml only one test case run and without completing first test case 2nd test case start execution.

So only one test case will run and all are fail.

Path to reaching on login screen:
1. Launch application
2. Splash screen
3. Marketing screen > tal on start or skip button
4. Now user view the login screen

sharadgupta
visit shbcf.ru