Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is Synchronization point in QTP?Can anybody give a
perfect example on it

Thanks in advance

Answers were Sorted based on User's Feedback



what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ajay kumar jha

Synchronization point is techniques through which we are
synchronize the execution time and application execution
performance timing.

There are three type of synchronization point
1. Sync
2. Wait
3. Exist

Examples
1. Browser ("XYZ").Page ("ABC").sync
In the above example sync is inbuild function of qtp which
wait till the page is completely loaded. you can give the
maxmum time by Browser ("XYZ").Page ("ABC").sync(10) also.

2. Browser ("XYZ").Navigate ("www.google.com")
Wait (10)

In the above example script will wait for 10 sec. it is
independent to the process of page load.

3. Browser ("XYZ").Page ("ABC").exist(10)
In the above example script will chaeck the existence of
page abc once it found it will execute next step.
10 is the maximum time which is optional.
If you have any doubt then please mail me at
ajayjha101@hotmail.com

If you have any doubt the please revert back to me.

Is This Answer Correct ?    7 Yes 0 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ajay kumar jha

Synchronization point is techniques through which we are
synchronize the execution time and application execution
performance timing.

There are two type of synchronization point
1. Sync
2. Wait

Examples
Browser ("XYZ").Page ("ABC").sync
Or
Browser ("XYZ").navigate ("www.google.com")
Wait (10)

If you have any doubt the please revert back to me.

Is This Answer Correct ?    6 Yes 2 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / 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

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ram kumar

Can u Please elloborate the examples, since I am new to
testing ang QTP

Is This Answer Correct ?    3 Yes 0 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ram

Got it, Thanks to Ajay and Nalini

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

0 Answers  


WHAT IS PARAMITARIZATION?

8 Answers  


what is automation(qtp)bug pls giv me one ex?

1 Answers  


Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..

1 Answers  


I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail

9 Answers   ADP,


In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail

0 Answers   Yahoo,


hi.what is exactly mean by real time frame work? every institute teach Framework is nothing but having 6 to 7 folders..and save repositories functions keywords and scripts? this is enough or not? can we beleive?

1 Answers  


How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?

3 Answers   CTS,


Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.

2 Answers  


for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?

13 Answers   Logica CMG,


Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)

2 Answers   CIL,


Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"

1 Answers  


Categories