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...


Synchronization methods?

Answers were Sorted based on User's Feedback



Synchronization methods?..

Answer / rrnaidu

Synchronization methods are
wait property
increasing time out
reaching status or progress bar enabled

Is This Answer Correct ?    3 Yes 0 No

Synchronization methods?..

Answer / nagesh

synchronization is a process of making the speed of
application and the speed of QTP in sink.

there are 4 ways of synchronization

1) inserting synchronization point
2) inserting wait() method
3) using .exist() method
4) increasing the global syncronization time


---> poli.nagesh@gmail.com

Is This Answer Correct ?    3 Yes 1 No

Synchronization methods?..

Answer / shankar

synchronization is a process of matching speeds of both
tool and the application.

synchronization methods are

1.Inserting synchronization point
2.wait property method
3.increasing default time

Is This Answer Correct ?    1 Yes 0 No

Synchronization methods?..

Answer / deven

Three methods are available in QTP for Synchronization

WaitProperty – method is used to instruct QTP to wait the
execution process until it
matches with the object property value based on the
specified time.
E.g. Browser("Welcome: Mercury
Tours ").WaitProperty "name","Welcome: Mercury Tours", 5000
name - property name
Welcome: Mercury Tours - property value
5000 - number of milli seconds to wait
Wait – method is used to instruct the QTP to wait the
execution process based on
the specified time only but not on any condition
E.g. Wait 5 (or) Wait(5) ‘5 Seconds
Exist – method is used to instruct QTP to wait the
execution process based on the
specified time and returns Boolean value as per the object
existence
E.g. var_Exist = Browser(“Welcome: Mercury Tours”).Exist
(5) ‘5 seconds

Is This Answer Correct ?    1 Yes 0 No

Synchronization methods?..

Answer / kishan

Here are the ways to acheive synchronization

1. Wait(n)
2. WaitProperty("prop. Name","Property value",time in
millisec)
3. Exist(n)
4. Page synchronization using
Browser("A").Page("B").sync()
5. Object Synchronization timeout
(File > settings > Run)

Is This Answer Correct ?    1 Yes 0 No

Synchronization methods?..

Answer / guest

1.Object/Window Property
2.Object/Window Bitmap
3.Screen Area Bitmap

Is This Answer Correct ?    2 Yes 2 No

Synchronization methods?..

Answer / vamshi

Sync
Wait
Waitproperty
Exist

Is This Answer Correct ?    0 Yes 0 No

Synchronization methods?..

Answer / sofia

In QTP,Only one type of synchronization method is there.
1.object/window property.
The above answer is for WINRUNNER.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

how u track bugs using Test director in manual testing.

2 Answers   Accenture, FCG,


Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script

18 Answers   IBM,


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

0 Answers  


can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.

2 Answers  


waht is the difference between QTP 8.2 and 9.0 version

15 Answers   AppLabs, CTS, Polaris,


What is the difference between systemUtil and invoke method..?

5 Answers  


What is QTP?

3 Answers   Crea,


What is the significance of “action 0” in qtp?

0 Answers  


what are the different kinds of frameworks in automation?

2 Answers   Accenture,


If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?

2 Answers   ADP,


when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.

0 Answers  


I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.

1 Answers  


Categories