Selenium Question:

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

Tweet Share WhatsApp

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 PDF Read All 66 Selenium Questions
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?