IEDriver – How To Resolve “Enable Protected Mode For All Zones” Error RunTime

Earlier we learnt how to execute WebDriver software test In Internet Explorer browser using InternetExplorerDriver In previous post. We have also learnt how to resolved “Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones.” error by setting “Enable … Read more

How To Run Selenium WebDriver Test Script In Internet Explorer With Steps

Frequently we need to run selenium WebDriver test in different browsers like runĀ selenium in internet explorer, Google Chrome, Opera, Mozilla Firefox etc.. for browser compatibility software testing. Selenium WebDriver software testing tool has separate driver for each browser. Selenium WebDriver has InternetExplorerDriver for IE browser. Earlier, IĀ have already described HOW TO RUN WEBDRIVER TEST SCRIPT … Read more

Update Record In Database For Selenium WebDriver Test

Main usage of database In selenium WebDriver Is getting records from table and use them In your selenium test as per your requirement. Simple example Is you can use that data to perform data driven testing or you can verify data In tables which you have Inserted through web application forms. Now supposing you wants … Read more

Using where Clause To Get Data From Table Using Selenium WebDriver

Now you are well aware about how to INSTALL MYSQL, CREATING TABLES and ACCESS DATA from MySql data tables for your selenium WebDriver test. You can compare and verify that data or you can use all those data as Input values In some web forms. In previous example, We learnt how to execute simple select … Read more