Run appium tests on android mobile browser using java
We have seen how to run appium tests on android native apps In this post, we will be learning how…
We have seen how to run appium tests on android native apps In this post, we will be learning how…
To generate html report in your test automation framework, you are using ExtentReport library and getting error while running your…
In one of our previous post, we have seen how to use default testNG html report to understand the pass,…
If you are using maven project to run selenium or appium tests, find below pom.xml dependencies, you can just change…
In our previous post, you have seen how to use testNG dataProvider to run selenium tests multiple times, mostly we…
With time, increasing in the functionality of software products, test automation script also increases, so we tend to develop robust frameworks…
There are several situations you might need to open a new tab and load any application to perform certain task…
Problem – In one of my earlier post Selenium java for angularJS apps, we have seen how we can…
To view the HTML content and spy on an webelement, there are different ways for different browsers, mostly people use…