0% found this document useful (0 votes)
204 views

Selenium MCQs

The document contains 5 multiple choice questions about Selenium testing. Question 1 asks about checkpointing and comparing object properties during a test run. Question 2 asks about the method that adds synchronization to a test. Question 3 asks which toolbar contains recording and playback buttons. Question 4 asks which language is not supported by Selenium RC. Question 5 asks which option is not an assertion type in Selenium IDE.

Uploaded by

Nishant Poddar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
204 views

Selenium MCQs

The document contains 5 multiple choice questions about Selenium testing. Question 1 asks about checkpointing and comparing object properties during a test run. Question 2 asks about the method that adds synchronization to a test. Question 3 asks which toolbar contains recording and playback buttons. Question 4 asks which language is not supported by Selenium RC. Question 5 asks which option is not an assertion type in Selenium IDE.

Uploaded by

Nishant Poddar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

To compares the values of the specified property during a run session


with the values stored for the same test object property within the test.

a. Checkpoint
b. Output Value
c. Compare the object property
d. All the above
Ans: a

2. The method that adds to the test while implementing Synchronization is

a. Synchronize
b. Wait
c. WaitProperty
d. Pause
Ans: c

3. Which toolbar contains Record, Run, Insert Call to Action, and Insert
Checkpoint buttons for your test?

a. Standard
b. Tools
c. Automation
d. Edit
Ans: c

4. Select the language which is not supported by the Selenium RC

a. ASP
b. JAVA
c. C#
d. PHP
Ans: a

5. Select the command which is not a type of assertion in Selenium IDE

a. Assert
b. Verify
c. WaitFor
d. Wait
Ans: d

You might also like