Selenium IDE
For the setup of IDE and record/playback the user actions, you can get lot of resources in google. As selenium…
For the setup of IDE and record/playback the user actions, you can get lot of resources in google. As selenium…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
Extent report is one of the flexible API so far, and they have community version as well, so with free…
In this post, we will see how we can integrate extent report with testng listeners, in our previous post we…
Selenium Grid is used to run the selenium tests parallel across different platforms(Nodes) and browsers from one system (Hub)…. …
We will be discussing some of the practices (may not be THE best practices) which makes code base easier in…
There are situations where web controls/elements reside inside an inline frame, the inline frame is another document or dom resides…
Firefox profile is basically the personal settings of the firefox browser. Firefox profile contains information like your homepage, bookmarks, browser…
While working with Selenium automation testing, we use different 3rd party frameworks (TestNG, Junit, MBunit, Nunit) in combination with Java…