Synchronozation types in QTP
Answers were Sorted based on User's Feedback
Answer / kris
hi,
2 types..
1. wait()
2. inserting Synchronization point.
ok, bye..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreekanth,9900697098
There r 3 types
1.inserting object property value in expert view.
2.wait statement (10)
3.exit state ment
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tvl
3 types.
1.change settings(using file--settings)
2.wait()
3.synchronization point(on process completion objects)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mreddy
There are 4 types.
1) .waitproperty():-this is applied for a object or page
properties
2) .sync():- its used to wait to get the page is up
3) .exists():-its used to wait untill or unless the page
exists
4) .wait():-its used to wait a particular times given time
Ex: wait(10)-it will wait 10 sec
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bfakruddin
We can do this respective our application... Desktop
application and Web Application
1. WaitProperty
2. Wait(sec's)
3. .Exist
4. .sync
5. Increase default time
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil shetty
hai i am satish shetty if u have any thing in qtp ask me...
mail me @ blueckm@rediff.com
2 types..
1. wait()
2. inserting Synchronization point.
ok, bye..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirankumar.y
there are types upto my knowldge
there are
1.synchronization
2.wait
3.increase time in settings
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / malli naidu
Hi,
Synchronizations are 3 types.. They are
1)Inserting the synchronising test.
2)wait()
3)Increasing the default time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoj
There are only one type of Synchronozation in QTP and that
is by default.
for example
Browser("Create Actions for: Wholesale").Page("Create
Actions for: Wholesale").Sync
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rag
there are Only one synchronisation point which is done on
object and its delay setting can be veried throghu
settings option
| Is This Answer Correct ? | 0 Yes | 1 No |
What does VBS file contain..? what is VBS file.?
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
1. how can you handle exceptions without using recovery scenario?
.how will you load the object during runtime
Which version of QTP is using by companies nowadays?
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
How to retrieve value (data) from notepad using QTP ?
How do we handle run-time errors?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
How to save your test using quicktest professional (qtp)?
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?