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 …
Selenium WebDriver
We have discussed a lot about Desired capabilities, ChromeOptions and technique to set proxy in Selenium by using Chrome Options class. We knew that ChromeOptions is one of the …
Selenium WebDriver
Our office network generally has a firewall for some categories of websites and we are restricted to open them. Due to their generic definition of firewall which restricts opening …
Selenium WebDriver
This tutorial is in continuation to our previous tutorial which is on use of DesiredCapabilities in Selenium WebDriver to set the browser’s properties. The Desired Capabilities class is not …
Selenium WebDriver
Every testing starts in some test environments like Local environment, Release environment, production environment, BAU environment, etc. Like these environments, test devices also create a kind of environments and …