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
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
what is review
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
HOw to add the recovery file at runtime to the test file .
Without using gui map editor we can recognize the application in winrunner ?
What are the technologies supported by qtp?
what are the limitations of smart identification in qtp 9.0
How do you create new test sets in td?
Define Error Pane of UFT?
Can you write a script to check if the folder exists or not?
give me an example where u used good judgement and logic in solving a problem
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to use setroproperty?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji