Selenium-IDE scripts can only run tests against Firefox as the tool IDE itself a plugin of Firefox. Tests developed using Selenium-IDE can be executed against other browsers by saving it as selenium webdriver or Selenium Remote Control Script.
More on Selenium Webdriver and Selenium Remote Control would be dealt in later chapters.
Step 1 : Open any saved Test in SElenium IDE
Step 2 : Navigate to "File" menu and select "Export Test Suite As" and the options would be listed.
Step 3 : Now let us export the script to "WebDriver" and save it with a name.
Step 4 : The saved webdriver File is displayed as shown below.
No comments:
Post a Comment