How is selenium different from qtp?



How is selenium different from qtp?..

Answer / Devendra Kumar Gupta

Selenium and QTP (Rational Functional Tester) are both testing tools, but they have several differences. Selenium is an open-source tool that supports multiple programming languages like Java, Python, C#, Ruby, etc., while QTP is a proprietary tool from IBM that primarily uses VBScript. Selenium also provides functionalities beyond test automation such as browser testing and can be used for cross-browser testing, whereas QTP mainly focuses on GUI testing. Lastly, Selenium is free to use, while QTP comes at a cost.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are desiredcapabilities in selenium webdriver?

1 Answers  


How can I click the div tag using xpath <div> <input> <input> <input> <input>.....suresh....</input> </input> </input> </input> </div>

4 Answers   Value Labs,


How can we capture screenshots in selenium?

1 Answers  


What are the types of webdriver apis available in selenium?

1 Answers  


Name an api used for logging in java?

1 Answers  


What are the testing kinds that can be supported by selenium?

1 Answers  


How you can insert a start point in selenium ide?

1 Answers  


What could be the cause of selenium webdriver test to fail?

1 Answers  


What is parameterization in testng? How to pass parameters using testng.xml?

1 Answers  


How to input text in the text box without calling the sendkeys()?

1 Answers  


How do you handle Alerts and Pop Ups?

3 Answers   HCL,


How to get a text of a web element?

1 Answers  


Categories