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

Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again

5 Answers  


How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely

3 Answers  


How many types of actions are there in quicktest professional (qtp)?

0 Answers  


How is UFT 11.5 version different from UFT 12.0?

0 Answers  


HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.

2 Answers  


What is output value? How many types of output values are there in qtp?

0 Answers  


What is the default add-ins in qtp?

0 Answers  


How many types of parameters are available in quicktest professional (qtp)?

0 Answers  


How will you test a stapler?

0 Answers  


in Qtp,how to display user name and pwd (script)in data table(global sheet).

2 Answers  


i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)

0 Answers  


Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


Categories