GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 596 of 684    Print  
Synchronization points
Hi,

i have to put a synchronization points in web page.
my script have to wait until my web page refresh.

or my web page status bar should be completes.

Plz help for this.

Thx

Punitha



  
Total Answers and Comments: 3 Last Update: June 07, 2008     Asked by: Punitha.R 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 06, 2007 01:22:41   #1  
prasad.devathi Member Since: November 2007   Contribution: 5    

RE: Synchronization points
In webapplication testing you have to put sync property
exa:
browser( browser ).page( page ).sync
browser( browser ).navigate website

 
Is this answer useful? Yes | No
March 26, 2008 05:38:49   #2  
ManjuPillae Member Since: March 2008   Contribution: 20    

RE: Synchronization points
We have 2 type of Synchronization.

We can use Sync or Synchronization point.

If we need to wait for all the objects in the page to be displayed then we can use the sync.

Browse().Page().sync

If we dont need to wait for all objects to display than we can use synchronization point which will wait untill that perticular object appears.

say if u need perform an operation on Add button and we should wait for 'Add' button in a page to be activated than we can go for Synchronization point. So it waits till that button appears. and move to next step in script.

 
Is this answer useful? Yes | No
June 07, 2008 14:17:33   #3  
raj_arora55 Member Since: February 2007   Contribution: 1    

RE: Synchronization points

you can use waitproperty("propertyn ame" "parameter value" timeout) for this featuer

let me know if u still face any proble


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape