Answer Posted / maniram
we can set the seconds in File->Settings->Run->Object
Synchronization Timeout for global Sync.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Hi ,Can any one pleas explain how to test splash objects using QTP?
With what extension you can save the list of tests in a file to run in test batch runner?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
What are the benefits of quick test pro(qtp)?
What are the different attributes used with regular expression?
what function you write to do database testing with the help of qtp?
What are the two types of repositories available, explain them?
What are the challenges u faced in testing with crm domain? How u overcome with?
Mention the different actions types of qtp.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
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 are the different properties of an web object
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How QA specialist can identify when programmatic descriptions are useful?
What is data driver in qtp?