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 |
how you test broken link using the automated tool QTP ?
You have an application version 1 with 5 combo boxes, Developers develop version 2. Here they replaced bottom 3 combo boxes with each other. While executing the Test script for version1 no errors. When we execute the Test script for version2 that QTP showing the error message "Object not identified" remember no property changed in version 2, ordinal identifier also disabled. Find what properties might change here in this scenario
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
OPening of notedpad in QTP to write and execute the coding?
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
What is Distributed testing? How does UFT support it?
what is the extension of action script template?
what is life cycle of automation testing ?
Can anybody give the script to addsheet, add column,add values under that column in the rows?