Advantages of QTP over selenium

What are the Advantages of using QTP over selenium?

Questions by vasantharaji   answers by vasantharaji

Showing Answers 1 - 9 of 9 Answers

md_vinodh

  • May 12th, 2008
 

If ur using Selenium Tool:
1. We have to write code for each action in ur application
2. Mostly we can use Unit level testing
3. Some
QTP:
1. Any thing we can do using QTP ( Testing point of view)
 

  Was this answer useful?  Yes

moon81lite

  • Jul 15th, 2008
 

QTP
 
1.Data driven. Multiple iput value can be imported form excel and a single script executed to get test results.

2. Random generation functionality, helps in testing registration flow etc.

3. Multiple browser testing easy when compared to selenium.

4. Scripting time reduced by half when compared to Selenium

5. Reusable functions.

6. Recovery scenario manager is a great help.

We were using Selenium for functional regression tests and it was such a pain. We compared with QTP and now it is such a relief. 

I would say, if cost is a big constraint only then go for Selenium. Mainting scripts becomes a pain.

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions