what is Synchronization point in QTP?Can anybody give a
perfect example on it
Thanks in advance
Answer Posted / nalini
Synchrozination point used to instruct QTP to pause the
test until a particular object property achieves the value
you specify. QuickTest generates a WaitProperty statement
in the Expert View. For example, if you want the run
session to wait up to 10 seconds for the "Flight
Confirmation #" field get visible (true), you insert the
following statement:
Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
I want to do QTP Certification what is the pattern of Question paper.
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
what could go wrong with test automation?
give me an example where u used good judgement and logic in solving a problem
what type of run time errors you get while you ar edoing rpg program?
Is any limitation to xml checkpoints?
What is the file extension of the code file in qtp?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How you can delete excel file in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
In qtp, explain what is crypt object
Is the qtp course will help to create a virtual object?
How do you send email with attachment from outlook using 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