Appium Step By Step Tutorials For Android

Earlier we learnt step by step appium tutorials for android software app in PART 1 and PART 2. In this section we will see few more examples on how to interact with different elements of android software app in android appium software automation test. All these android appium software automation test are implemented practically on different … Read more

Start-Stop Appium Server Programmatically – Method 1

Start and stop appium server Programmatically means start the appium server using code when your software app test execution started and stop appium server using code when software app  test execution finished. Till now, We have learnt how to start appium server manually from start menu In THIS POST, and using command prompt as described In THIS POST. Now let me explain … Read more

How To Start Appium Node Server From Command Prompt

Earlier we learnt how to download and Install appium server In windows during THIS POST and THIS POST will show you how to launch appium from windows start menu and then how to start appium node server manually from appium Interface. It Is not compulsory to start appium software node server from Interface only to … Read more

Appium – Capture Screenshot On Failure Or Pass In Android Test Automation

Earlier In previous post, We learnt how to capture screenshot of android mobile software app screen on any stage In android appium software automation test. Now supposing I wants to capture screenshot on test failure or I wants to capture screenshot on software test pass. In this case,  ITestListener Interface of TestNG can help us to … Read more