Selenium HTML result reporting using ExtentReports 3.X
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
Tapping on any WebElement on screen is same as clicking on the object, (just, tap word is a mobile term),…
There are situations where we need to toggle any settings to ON/OFF, e.g – switch ON/OFF wifi. We can automate…
For sorting in the order of ascending or descending, we have one of the most popular sorting technique is bubble…
In our earlier posts Maven in eclipse – part1 and Maven in eclipse – part2, we have seen how to…
A word, phrase, number or sequence that reads the same backwards as forwards String = reverse of a String e.g…
In our previous article, we have seen how to setup java & maven in both windows & mac os. In…
If you are using Selenium library for Java language binding to write automation tests, then we need to setup Java…
There are situations where we need to capture or redirect the eclipse console to a text file, so later…