Selenium WebDriver
We have already seen that Selenium WebDriver supports test execution in different web browsers such as Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Opera, etc. There is a separate …
Selenium WebDriver
In previous tutorials, we discussed mouse hover scenario, right click actions, double click actions, drag and drop actions and keyboard action handling through Selenium WebDriver. All these activities are …
Selenium WebDriver
In the previous tutorial, we discussed the technique to upload file in Selenium, but by using AWT and Robot class. I would like to inform you that Robot class …
Functional Testing
One major question which comes in the mind of the testers is to understand the major difference between functional and non-functional testing. Functional testing, as the name depicts, revolves …
Selenium WebDriver
This is our first blog post in 2019, hence, I wish there should be the perfect beginning of the new year for all of us. There are lots of …
Functional Testing
Quality Assurance and Software Testing are a huge part of the SDLC (Software development life cycle) process. As the name depicts, to perform functional testing, it is a critically the kind …
Selenium WebDriver
Robot class is the magic in Java and it becomes magnetic when it is integrated with Selenium WebDriver. In our earlier tutorials, we have discussed a lot about Robot …
Logging & Reporting
If we use continuous integration through Jenkins, then we can easily configure email notification through the pipeline. In that case, we do not require the coding practices. Here we …
Logging & Reporting
We know that presentation matters for testing, so, it is always good to present a well-elaborated test report before the test manager. We have discussed a lot about different …
Functional Testing
What is Functional Testing? Software testing life cycle (STLC) is a blend of diverse software testing techniques. However, each of these testing techniques and strategies plays a pivotal function …