Synchronizing test
Answers were Sorted based on User's Feedback
Answer / pavi
We can synchronize using the following options –
•Insert a synchronization point
•Use EXIST or WAIT statements
•Modify the default amount of time that QuickTest waits for
a Web page to load i.e. Modify object synchronization
timeout value
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pavani prasad
we have one more option to synchronise the application and
qtp i.e Wait property.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / monika
to speed up our activity,we use synchronization.there are
two types for synchronization.
1.wait();
2.through automation tools in winrunner
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me Three major differences between QTP & Winrunner?
How to parameterize Object Repository?
Write a script to verify font style and color of a windows object using descriptive programming
What is the regular expression for Yahoo mail Inbox?
How to handle the exceptions using recovery scenario manager In QTP?
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what r advance features u had done in QTP?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to export data in excelsheet to qtp without using datatable.
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page