Hi any body can tell me the synchranization point syntax
thanks
in advance
Answer Posted / ram
It is the conditional based waiting mechanism with which we
can make the tool in waiting state until the specified
condition is satisfied.
Object hierarchy. waitproperty, "property name", property
value, extra time in milli seconds
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What is the recovery scenario in qtp?
Which scripting language used by quicktest professional (qtp)?
Why qtp the best testing tool?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Can we run test with out adding object in object repository? How it is possible?
What is the Difference between test object and run time object?
How to release all resources file from the QTP?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Discuss quicktest professional environment?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
can i compare two databases using QTP ?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Tell me one scenario, the complex functionality you have automated in your project?
How can I check if a environment variable exist or not?