What are the option you can use to synchronize your test?
Answers were Sorted based on User's Feedback
Answer / sonal.pagare
• You can insert a synchronization point, which instructs
QuickTest to pause the test until an object property
achieves the value you specify. When you insert a
synchronization point into your test, QuickTest generates a
WaitProperty statement in the Expert View.
• You can insert Exist or Wait statements that instruct
QuickTest to wait until an object exists or to wait a
specified amount of time before continuing the test.
• You can also increase the default timeout settings in the
Test Settings and Options dialog boxes in order
| Is This Answer Correct ? | 3 Yes | 0 No |
with out using import sheet came is it possible to get the excel sheet ?
what is the extension for QTP files?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
How to switch between browser tabs? )moving from one tab to another tab)
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
How can i see test results in excel sheet ? test data not present in data table.
what is a file system object in QTP
please tellme ordernal identifiers in QTP?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
what QTP Options do you know?