Friday, September 6, 2013

Selenium Q & A

Q :which component is NOT part of Selenium suite.

A: Selenium Web 

Q :which language is NOT supported by the Selenium RC.

A: ASP

Q : which name is NOT the type of the locaters.

A: Password

Q : Is Web Driver a component of the Selenium?

A: Yes 

Q : Selenium IDE stands for

A: Selenium Integrated Development Environment
Q : Select the Browser which is supported by Selenium IDE
A: Mozilla Firefox 
Q : which operating system is NOT supported by Selenium IDE.
A: Unix
Q : The Web driver is used.

A : To execute tests on the HtmlUnit browser.  
Q : The Selenium IDE is used

A : To test a web application against Firefox only.
Q : The Selenium RC is used

A : To run your test against different browsers (except HtmlUnit) on different operating systems. 
Q : which command is NOT a type of assertion in Selenium IDE.
A: Wait command.

Q : which method selects the option at the given index.

A :selectByIndex() 
Q :Can Google chrome be supported by Selenium IDE?

A: No.

Q : Can Unix operating system be supported by Selenium IDE?

A :
No 
Q : Which command can be used to enter values onto text boxes?
A : sendKeys() 
Q :which language is supported by The Selenium Web Driver.
A : Perl
Q : Which Selenium component supports All Operating System?
A : Selenium WebDriver 
Q : Which command in Selenium IDE used to open a page using the URL.
A : Open 
Q : In case of Selenium IDE, the Source view shows your script in

A :
HTML format. 
Q : which command is used to print a string value or a variable in Selenium IDE.

A: The 'echo' command.

Q : Which component of Selenium can create customized test results.

A : Web driver 
Q : which command is used to compare the contents of a table with expected values.
A : verifyTable 

No comments: