how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / radhika
Wait() is used when you want QTP to wait for specified time
whereas synchronization is used when you want QTP to wait
till certain process is completed or event has occured.
Wait(n) statement waits for specified 'n' seconds even
though process has occured in less than n seconds whereas
when using sync statement ,QTP resumes/moves to next step as
soon as event has without wasting time.
There is another similar option called exist(n) which waits
for an object (like button to be activated) or waits till
'n' seconds whichever is earlier.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional?
What is data driver in qtp?
Explain actions in qtp ?
How many tabs are available to view your test in a test pane and what are they?
Explain about the test fusion report of quicktest professional (qtp)?
How to build scripts that access data from external sources?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Define virtual object?
How do you check ticket cost and ticket number in flight application?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
How u will do versioning in QTP?
how can we compare descriptive programing with a regular expression
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
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 object?