Why do you choose only QTP for your project automation
among remaining tools like Rational robot and silk test?

Answers were Sorted based on User's Feedback



Why do you choose only QTP for your project automation among remaining tools like Rational robot ..

Answer / sastry

1. QTP is much more user-friendly tool which is much
more adaptable working with Web-based applications and also
provides an inbuilt Keyword-view enabling easy scripting
for end user.

A few distinct advantages QTP offers over WR.

o QTP is more user friendly and does not expose the
end user to direct TSL coding. Inexperienced / non-
technical people can use the keyword view toi better
understand the script.
o An inbuilt Recovery Mechanism to handle various
exceptions and application crashes etc.
o Ability to work in advanced manner with Object
Repository in terms of Merge Tool, Object Repository
Comparison, Exporting Local objects etc.
o Better Suport for VB, Java based applications due
to inbuilt add ins.
o Easy intergration of external function files in
terms of creating Libraries. Associated using Resources.
o Ability to spilt a single test into various actions
making debugging easier and enabling better maintainability.
o Ability to set up Property Recognition Order and
Prioritzation using Object Identification menu.

Is This Answer Correct ?    3 Yes 0 No

Why do you choose only QTP for your project automation among remaining tools like Rational robot ..

Answer / king

QTP is the functional tool. Compare to all tools this tool
cost also less. And QTP will support all technologies. QTP
generates VB script that is also user friendly script easy
to understand every person also.

So these reason every company also looking on QTP
functional tool.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More QTP Interview Questions

Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1 Answers  


They asked by using qtp recording writing scripting

1 Answers   Wipro,


what is memory leakage?

16 Answers   ITC Infotech, Panamax, TIT,


write a qtp code to display all the items in the fly from combo box or list box

3 Answers  


I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 Answers  


what is the difference between the modular framework and datadriven frame work

1 Answers  


How i can use and create Library functions in QTP and what is the proces .

2 Answers  


What is keyword driven framework?

1 Answers  


In qtp, how you can exit for loop?

1 Answers  


In QTP how to interact tool and application build?

2 Answers  


Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?

1 Answers  


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

1 Answers  


Categories