Wednesday, 5 August 2015

Qa automation software: top interview questions in selenium

Qa automation software: top interview questions in selenium


qa automation software : How to insert Break point in Selenium IDE
Break point can be set in two ways in Selenium IDE:
1. Right click on the command in Selenium IDE and select "Toggle Break Point"
2. Select the command in Selenium IDE and press "B" key on the keyboard
3. If you want to clear the break point once again Spress "B" key on the keyboard
4. You can set multiple break points in Selenium IDE.

qa automation software : How to debug in Selenium IDE?
To debug or execute the test cases line by line. Follow the below mentioned steps
1. Insert a break point (see the qa automation software :uestion to know more How to insert a break point in Selenium IDE? )from the location where you want to execute step by step
2. Run the test case
3. execution will be paused at the given break point
4. Click on the step (Blue) button to continue with the next statement
5. Click on Run button, to continue executing all the commands at a time



Qa automation software: top interview questions in selenium

qa automation software : Which are the Operating Systems supported by Selenium? 

Selenium IDE 
Works in Firefox 2+ Start browser, run tests Run tests
Operating Systems Supported: 
1. Windows,
2. OS X
3. Linux
4. Solaris
5. Others whichever supports Firefox 2+ 
Selenium Remote Control 
Used for starting browser and run tests
Operating Systems Supported: 


qa automation software : Which are the browsers supported by Selenioum IDE?
Selenium IDE supports only one browser Mozilla Firefox.
The versions supported as of now are:
Mozilla Firefox 2.x
Mozilla Firefox 3.x
The versions not supported as of now are:
earlier versions of Mozilla Firefox 2.x
Mozilla Firefox 4.x.
qa automation software : How to Execute a single line command from Selenium IDE
Single line command from Selenium IDE can be executed in two ways
1. Right click on the command in Selenium IDE and select "Execute This Command"
2. Select the command in Selenium IDE and press "X" key on the keyboard.

qa automation software : How to insert a start point in SeleniumIDE?

Start point Selenium IDE can be set in two ways:
1. Right click on the command in Selenium IDE and select "Set / Clear Start Point"
2. Select the command in Selenium IDE and press "S" key on the keyboard
3. You can have only one start point
4. If you have already set one start point and you selected other command as start point. Then the first start point will be removed and the new start point will be set.

qa automation software : How to Insert Comment in Selenium IDE
Comments in Selenium IDE can be set in two ways
1. Right click on the command in Selenium IDE and select "Inert New Comment"
2. If you want to comment an existing line. You need to follow the below mentioned steps.
a. Select the source tab in IDE
b. Select the line which you want to comment
c. Assume that if you want to comment a open command you need to write like below mentioned code 
<tr> 
<!-- 
<td>open&l/td>
<td>/node/304/edit&l/td>
<td></td> 
--> 
</tr> 

qa automation software : What are the challenges with SeleniumIDE?
Selenium-IDE does not directly support:
1. condition statements
2. iteration or looping
3. logging and reporting of test results
4. error handling, particularly unexpected errors
5. database testing
6. test case grouping
7. re-execution of failed tests
8. test case dependency
9. capture screenshots on test failures
10. Results Report generations


No comments:

Post a Comment