Posts

Showing posts with the label Selenium ide

Selenium IDE Interview Questions with Answer

1. Identify the invalid options about Selenium IDE a) It is a Firefox add-on and by using selenium IDE user can record and playback test cases in Firefox browser b) Tester can export the test cases from selenium IDE in Java Language only c) Tester can insert breakpoints in IDE d) Selenium IDE scripts can be executed on other browsers (IE, Chrome, Safari) 2. ________ doesn't support programming. a) Selenium IDE b) Selenium RC c) Selenium WebDriver d) Selenium Grid 3. ___________ is the built-in feature of Mozilla Firefox Browser to inspect elements? a) Firebug b) Firepath c) Page Inspector d) POM (Page Object Model) 4. Which of the following functionality is not supported by Selenium IDE? a) Database Testing b) Conditional statement c) All of the listed options d) Error Handling 5. Which selenium command check whether specific text exists somewhere on the page ? a) verifyTextPresent b) verifyTextPresent c) CheckTextPresent d) VerifyPresentText 6. Whic

Selenium IDE test suite execution on all browsers

Whenever, we start working with Selenium IDE. Everyone says,                  “The Selenium IDE is the plugin of Firefox and we can easily record & play back but it is restricted to that specific browser - Firefox” So, do you want to believe like that? What if, there is an option to leverage our Selenium IDE test suite and execute on different browsers. Yes, we have an option to execute our Selenium IDE suite on IE, Google chrome, safari browsers.  Let’s see the steps, a) Create a test suite in Selenium IDE and name it as “sample.html” b) Download latest selenium standalone jar file c) Set the browser executable file in the environment variable. If you like to execute the script on Google chrome browser then create the environment variable as "webdriver.chrome.driver" in the system and store the path of the chrome driver executable file d) Please create batch/shell script file to execute the below command java -jar .\selenium-server-standal