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

which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?

1 Answers   CTS,


How many types of recording modes in qtp? Describe each type with an example where we use them?

0 Answers  


After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!

2 Answers   ABC,


How to change the run-time value of a property for an object in QTP?

4 Answers  


if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?

1 Answers   IBM, Infosys,






Syntax for how to call one script from another? and Syntax to call one "Action" in another?

3 Answers  


Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com

1 Answers  


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

0 Answers  


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

0 Answers  


What is expert view and keyword view?

0 Answers  


How can i see test results in excel sheet ? test data not present in data table.

5 Answers  


What does VBS file contain..? what is VBS file.?

4 Answers  


Categories