In web page there is five OK buttons available, while
recording i click on 3rd OK button, How QTP identify the 3rd
OK button while running script? Is qtp identify 3rd ok button?
Answer Posted / raj
QTP add the OK button in OR and set its Property as
Descrion Property:
text = OK
Ordinal Identifier:
index = 2
QTP only uses Ordinal property i.e like Inedex property only
when all the description properties are same.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
explain how to write vb script in qtp?when will you write own script?
Can we create user defined functions in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What are the check points can be inserted without recording?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
How to analyzing test results using quicktest professional (qtp)?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
i can done the project with QTP in that time i can say how many members in my team size?
Define Canvas view of UFT?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is throw Object?
How is test case write?
What is action split and the purpose of using this in qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John