Selenium Question:

Download Job Interview Questions and Answers PDF

Do you know actual end user simulation, Is the test conducted using this tool
equivalent to an end user action?

Selenium Interview Question
Selenium Interview Question

Answer:

Selenium performs actions in the background on the browser. It modifies
the DOM structure of the HTML page in order to perform actions on the
page. To be more precise it executes JavaScript on UI objects within the
webpage to perform actions like click, type, select etc. This is the
reason why you can execute tests with the browser minimized.

QTP claims to perform end user simulation, in other words executing QTP
scripts are equivalent to a person performing those steps manually on
the application.

Download Selenium Interview Questions And Answers PDF

Previous QuestionNext Question
Explain how to configure Selenium RC with eclipse to run Junit Tests?Tell me is it possible to use Selenium for multi-user Load Testing?