Selenium : How To Avoid Page Loading on Test Execution

If you site Is large then full page can take more time to get loaded completely. In such sites, Single action (like click on link on home page) can take more time as page takes more time to get fully loaded because WebDriver will wait for page get loaded successfully. Can we avoid or neglect … Read more

Selenium : How To Capture JS Errors In Google Chrome

Today most of the applications are using Java Scripts for client side processing like client side validations, etc. So It Is very Important to that If any error related to Javascript Is not present any page of application which can disturb application functionality or user experience In any browser. Doing this task will taking lots … Read more

What is Software Testing?

What is Software Testing? is quite interesting question. This term software testing getting boom now a days. Many of you might have these questions like what is software testing? , how do they do it? Software testing is really needed? , how they test the software? And many more. If you googled what is software … Read more