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 |
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
How will you test a stapler?
How to enter table check points?
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
What is throw Object?
what is run-time data?
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
Write a command for setvalue function in a webedit
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )