what to do if application have 3 "ok" button with same
logical name and same properties, how qtp can identify them.
Answer Posted / anand
@ Shi may i know wat this script is realted too. plz drop in some comments about this script so it might help someone to look in for any logic..thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi ,Can any one pleas explain how to test splash objects using QTP?
If you are testing a web application then what will you test in that application?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the different types of checkpoints?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What is Test Fusion Report in QTP?
In qtp, how you can get the last character from a string?
Explain the check points in quicktest professional?
what are the mandatory properties for a tex boxc (scenario?)
Explain in brief about the quicktest professional automation object model?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
In qtp, how you can remove the spaces from string?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is clean sweep?
How is UFT 11.5 version different from UFT 12.0?