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...
-
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 60 : While using java you need to create instance of DefaultSelenium class and pass it four parameters – selenium = ne...
-
Answer 51 : Selenium RC is an offering from SeleniumHQ which tries to overcome following draw backs of Selenium IDE – Able to execute...
-
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 18 : You need to use context menu to add check points to your Selenium IDE tests Answer 19 : There are two ways to edit tests...
-
Answer 15 : Yes, you can first record individual test cases and then group all of them in a test suite. Following this entire test suite ...
-
Answer 38 : You could XPath checker - https://addons.mozilla.org/en-US/firefox/addon/xpath-checker/ to test you XPath locators and Fi...
-
Answer 44 : You can change default behavior of Selenium IDE > element locator preference by crating JS file with following– Locato...
Shaik. Powered by Blogger.
0 comments:
Post a Comment