Monday, November 10, 2014
On 8:48 AM by Unknown in Interview questions with Answers No comments
Question 1: What is Selenium?
Question 4: Which Selenium Tool should I use?
Question 5: What is Selenium IDE?
Question 6: Which language is used in Selenium IDE?
Question 7: What is Selenium 1.0?
Question 8: What is Selenium 2.0?
Question 9: What are the element locators available with Selenium which could be used to locate elements on web page?
Question 10: What is Selenium Grid?
Question 11: What are two modes of views in Selenium IDE?
Question 15: Can I build test suite using Selenium IDE?
Question 17: I see two types of check with Selenium – verification and assertion, what’s the difference between these two?
Question 18: I don’t see check points added to my tests while using Selenium IDE, how do I get them added to my tests?
Question 19: How do I edit tests in Selenium IDE?
Question 20: What is syntax of command used in Selenium?
Question 24: What is CSS location strategy in Selenium?
Question 26: I want to generate random numbers, dates as my test data, how do I do this in Selenium IDE?
Question 29: Can I handle java script alert using Selenium?
Question 36: I have added one command in middle of list of commands, how do I test only this new command?
Question 37: Can I make Selenium IDE tests begin test execution from a certain command and not from the very first command?
Question 38: Are there other tools available outside Selenium IDE to help me tests my element locators?
Question 39: What is upcoming advancement in Selenium IDE?
Question 41: Can I use screen coordinate while using click command? I want to click at specific part of my element?
Question 46: Can I right click on a locator?
Question 51: What is Selenium RC (also known as Selenium 1.0)?
Question 52: What are the main components of Selenium RC?
Question 53: Why do I need Selenium Server?
Question 54: What is Selenium core? I have never used it!!!?
Question 56: I have downloaded Selenium Server and Client libraries, how do I start Selenium Server?
Question 60: And how do I start the browser?
Question 62: What are the browsers offering from Selenium?
Question 68: Can I log more options during test execution?
Question 69: Can I use Selenium RC on my UNIX/Mac also?
Question 73: How do I iterate through options in my test script?
Question 78: What are Heightened Privileges Browsers?
Question 81: My application uses Ajax heavily how do I use Selenium RC to work with Ajax operations?
Question 82: How do I upload a file using Selenium? I need to upload a word file during test execution?
Question 87: Does Selenium have any offering for mobile browsers?
Question 91: How does Selenium grid works?
Question 94: How do I start Selenium Grid hub from my machine?
-------Back To top
Subscribe to:
Post Comments (Atom)
Search
Popular Posts
-
Sample Selenium IDE Test Script by Recording: We will use the Mercury Tours website as our web application under test. It is an online flig...
-
Selenium Commands – Selenese Selenese commands can have up to a maximum of two parameters: target and value. Parameters are not required al...
-
Locating GUI Elements Locating elements in WebDriver is done by using the “findElement(By. locator ())” method. The “locator” part of the co...
-
Answer 75 : If you want to see all options available while starting Selenium server then you should use option “-h” while starting Seleni...
-
Answer 24 : CSS location strategy can be used with Selenium to locate elements, it works using cascade style sheet location methods in wh...
-
Answer 44 : You can change default behavior of Selenium IDE > element locator preference by crating JS file with following– Locato...
-
Answer 54 : Selenium core is the core JS engine of Selenium which executes tests on browser, but because of same origin policy it needs t...
-
Answer 48 : Use pause command which takes time in milliseconds and would pause test execution for specified time – pause ( waitTime )...
-
Answer 69 : You can use Selenium RC on any system which is capable I running Java. Hence you can use Selenium RC on MAC and UNIX machines...
-
Answer 27 : You can use “store” command to achieve this. You can save result of an evaluation in a variable and use it later in your Sele...
Shaik. Powered by Blogger.
0 comments:
Post a Comment