what is difference between wait and synchronization point.
Answer Posted / s.gayathri
wait:in wait point,though the job is completed less than
the specified time,it will wait for the specified time to
be elapsed and then only we will have the result summary.
synchronization:but in this case once the job has been
completed,we can immediately get the result sheet.it wont
wait for the specified time to be elapsed.
example:
suppose we have one job which takes 5secs to complete.
by using this
wait(10)->though the job is completed within 3secs,it will
wait til 10secs and then we will havethe result sheet
by using this synchronization time as the same 10secs,once
the job is completed within 3secs,it will not wait for the
remaining 7secs,after 3secs it will immediately give the
result sheet
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
How to release all resources file from the QTP?
Whether qtp 9.0 supports Test director8.0
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Can we create a qtp test from qc?
images are dynamically changes how to compare two images with out using the bitmap
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Where can I find and view run-time data table?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to use Environment parameterization? Explain with an example.
Hi, how can we check or avoid the memory leakage in QTP9.2?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
whare exactly we have to use functions and sub routain