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 many ways return more then one value from function?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
What is keyword view?
How to test login module with different username and password by using data driven testing in QTP?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
write a qtp script to verify that the business price is twice the economy price in flight reservation window
How u will open the build automatically in QTP except using Systemutil.run command
How many ways we can parameterize data in QTP?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How many ways to configure the application in QTP,Explain
What is chaild object method? When we will go for chaild object method? How to use chaild object method?