Advantages of QTP over Selenium

Wednesday 6 May 2015
QTP
Selenium
Can test  both web and desktop applications
Can only test web applications
Comes with a  built-in object repository
Has no built-in object repository
Automates faster than Selenium Because it is a fully featured IDE.
Automates at a slower rate Because it does not have a native IDE and only third party IDE can be used for development
Data-driven testing is easier to perform Because  It has built-in global and local data tables .
Data-driven testing is more cumbersome since you have to Rely on the programming language's capabilities for setting values ​​for your test data
Can access controls within the browser (such as the Favorites bar, Address bar, Back and Forward buttons, etc.)
Can not access elements outside of the web application under test
Provides professional  customer support
No official user support is being offered.
Has native capability to  export test data  into external formats
Has no native capability to export runtime data onto external formats
Support Parameteriza- station is built
Parameteriza- station can be done through programming but is kettle to implement.
Test Reports are generated automatically
No native support to generate test / bug reports.

0 comments:

Post a Comment