Selenium WebDriver
As we all know Selenium handles only web-based applications and we can’t perform any automation testing of the application which does not have HTML codes. We have also seen …
Selenium WebDriver
Today we are going to discuss an interesting topic; you may go back to your childhood flashback. If you remember, during 2000 to the 2008-09 era when we initially had …
Selenium WebDriver
In the previous tutorial discussed the technique to find all the broken links of any website. Today we will talk about the website’s trust and security which is determined …
Selenium WebDriver
In the last tutorial, we discussed running test automation with a headless browser. Whether it is physically installed browser in the system or headless browser, WebDriver will fetch all …
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 …