Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the exact difference between QTP and RFT ?

Answers were Sorted based on User's Feedback



What is the exact difference between QTP and RFT ? ..

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

What is the exact difference between QTP and RFT ? ..

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

Post New Answer

More QTP Interview Questions

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...?

4 Answers  


How will you test a stapler?

0 Answers  


How to enter table check points?

2 Answers  


if there r 10 windows open in QTP write a command to close all 10 windows at a time ?

11 Answers   Wipro,


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

3 Answers   Covansys,


What is throw Object?

0 Answers  


what is run-time data?

0 Answers  


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

5 Answers   iGate, Livetek,


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.

1 Answers  


Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.

6 Answers  


Write a command for setvalue function in a webedit

3 Answers   Wipro,


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 )

2 Answers   Infovision,


Categories