can we change the name of a check point?
when will you start writing testcases?
do you follow any methodology for writing test scripts?
qtp is key word driven testing or data driven testing?
Answers were Sorted based on User's Feedback
Answer / ravi
We can change checkpoint name also.
In QTP 9.2, right click on the checkpoint statement, you
will find checkpoint properties. In the properties dialog
box, you can change checkpoint name. This feature is not
present in QTP 8.2.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anil.sts
I dont know for first question
we write test cases after recieving the srs doc and use
case doc
qtp is advanced keyword driven testing and also supports
linear driven
data driven
module driven
hybrid driven testing
| Is This Answer Correct ? | 2 Yes | 0 No |
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Q- what is the advantage of merging tool in QTP 9.2?
if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?
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 part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
How often were they executed?
When a requirement is given to u to automate , What is ur basic approach ?
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
which command u will use to access the application through descriptive programing?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How do you know the location Id of an object if you know its index id?
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........