Parameterization of Tests in Selenium IDE
Selenium IDE is a Mozilla Firefox add-on which can be utilized to record tests. These tests can be saved in a folder and executed later in a batch mode. But the problem we face with this is values such as login username, password, application URL, etc need to be hard coded. In order to overcome …