what is the difference or comparison between QTP and
rational?
and which tool is better to use?
Answer Posted / debashish_samanta
QTP:
Quick Test Proffesional
1.Mercury's Tool
2.VBScript (Language is mostly procedural, with no strict
variable types and no inheritance of classes)
3.Developer doesn?t need to care about variable types,
classes, and so on: less functionality means more
simplicity.
4.Editing script while recording is possible
5.Configurable and Smart Object Recognition
Rational Robot
1.Java and Visual Basic .Net (More complex than VBScript.
Script developer must be aware of classes hierarchy, method
types (public, static, abstract, overloaded, etc.),
variable types.)
2.Once developer learns language, development is rather
easy. Of course, developer should take care of much more
things than in VBScript
3.Editing script while recording is not possible
4.Not configurable.
QTP is better to use.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is self-referencing constraint in mainframe development?
What should you do after finding a bug?
Tell me what criteria do you consider for automating a test?
Tell me what are pros and cons of automating tests at ui layer?
What is a framework and what are the frameworks available in rc?
what is GDC
how can i count the no of edit field in a page and fill the multiple edit field
What is the Differnce between Client/Server Testing and Web Based Testing?
Name the frameworks that are used in software automation testing?
What is tsl?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
Explain me what is testng and why is it better than junit?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Do you know what is the purpose of deselectall() method?