“this” keyword in java with examples
We will see the usage of “this” keyword one by one with examples – “this” keyword refers to current class…
We will see the usage of “this” keyword one by one with examples – “this” keyword refers to current class…
“Print 1 to 10 with out using loop” in java is quite a frequently asked interview question for automation testing.…
ADB (Android Debug Bridge) is a command line tool that let’s us communicate with an emulator or real device. How…
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…