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
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 |
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 |
Explain about business process component? types and usage?
How to find the OS name by using QTP script?
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
what skills needed to be good test automation?
what kind of frame work you used in your last project?
Give the syntax to import/export xls into qtp.
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How can the name of a checkpoint be changed in Qtp
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)