What is the exact difference between QTP and RFT ?
Answers were Sorted based on User's Feedback
Answer / bfakruddin
QTP - started by Mercury and taken over by HP
RFT - started by Rational and taken over by IBM
QTP has only one platform to develop scripts only in VBScript
RFT has two platforms - Visual Studio and Eclipse to develop
scripts in VB and Java respectively.
QTP - Object Identification differs with RFT, in RFT object
identification is on OOPS concept.
QTP uses lite weight scripting language. RFT uses powerful
language Java.
QTP has more inbuilt functionalities to overcome runtime
issues, in RFT we has to use more programming to resolve
some runtime issues.
RFT doesn't have Actions concept which is very useful
feature available in QTP.
QTP has descriptive programming feature. difficult to
develop program in RFT.
many differences between them. I prefer QTP to automate
which is very userfriendly.
QTP 11 has more advantages and beautiful features which are
not available in RFT.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / vijay sawale
QTP is a Mercury product and RFT is IBM product.
The basic difference is that in RFT we can use JavaScript
and in QTP we cant use the JavaScript.
Java is more suggestible as it is very powerful and very
user-friendly that we can use RFT in any platforms like
Unix Linux etc
| Is This Answer Correct ? | 4 Yes | 7 No |
what are the different kinds of frameworks in automation?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
Where to use Property Let, Property Get, Property Set in UFT
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?
How will you test a keyboard?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
what are pretesting activities
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
Where u will use output checkpoint in QTP?