Synchronizing test
Answers were Sorted based on User's Feedback
Answer / pavi
We can synchronize using the following options –
•Insert a synchronization point
•Use EXIST or WAIT statements
•Modify the default amount of time that QuickTest waits for
a Web page to load i.e. Modify object synchronization
timeout value
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pavani prasad
we have one more option to synchronise the application and
qtp i.e Wait property.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / monika
to speed up our activity,we use synchronization.there are
two types for synchronization.
1.wait();
2.through automation tools in winrunner
| Is This Answer Correct ? | 0 Yes | 0 No |
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
what kind of erros can be handled with the using QTP?
How to find duplicates in an array and remove them efficiently?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
how to select the work for complete automation and one more thing when u are going to choose automation
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
How to handle Dynamically changing Objects in QTP?
How do you invoke an application using the step generator in qtp?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to find RAM size by using QTP?
Differences between quicktest professional (qtp) and winrunner?