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 |
What are desiredcapabilities in selenium webdriver?
How can I click the div tag using xpath <div> <input> <input> <input> <input>.....suresh....</input> </input> </input> </input> </div>
How can we capture screenshots in selenium?
What are the types of webdriver apis available in selenium?
Name an api used for logging in java?
What are the testing kinds that can be supported by selenium?
How you can insert a start point in selenium ide?
What could be the cause of selenium webdriver test to fail?
What is parameterization in testng? How to pass parameters using testng.xml?
How to input text in the text box without calling the sendkeys()?
How do you handle Alerts and Pop Ups?
How to get a text of a web element?