TestNG Tutorials
In the previous tutorial on TestNG, we discussed the basics of TestNG Framework and its installation steps along with the significance of having TestNG in Automation testing. Today our …
TestNG Tutorials
4 years ago, I started my testing career and I still remember that I first started with Junit. I was really wondered to use Junit as it was making …
Interviews & Certifications
While interacting with people I came across few people who asked me about the Selenium interview questions which are expected to come in the recruitment process of the new …
Selenium Grid
We have already discussed in detail about the configuration of the Selenium Grid with the command line. That previous post is the well-described post which covered all the perspectives …
Interviews & Certifications
On 7th October 2018, I have cleared the Vskills Selenium Professional Certifications exam. I got the request from the members of our Facebook group for sharing the experiences of …
Automation Framework
In my previous post, I discussed the parallel execution of multiple test cases through session handling. Today we are going to discuss the same technique through Multithreading. Multithreading in …
Automation Framework
We start automation scripting with a single test case; Gradually, we increase the number as the business approves stories. A point comes where our automation pack grows in such …
Selenium Grid
When we are holistically following DevOps and Automation techniques in our project then we come at the stage where our automation test case become so huge in number that …
Listeners
We discussed a lot more things about Selenium WebDriver. Today we are going to discuss Selenium WebDriver Event Listener. A framework without the implementation of the listener is incomplete …
Logging & Reporting
We all are aware of the importance of maintaining reports for the better tracking of the processes in software testing. There are different techniques available to generate test reports …