Maximum synchronizing time out in QTP
Answers were Sorted based on User's Feedback
Answer / uday kumar_
By default, QTP provides these Max. Synchronization timeout:
Windows based applications : 20 sec.
Web based applications : 60 sec.
However, we can change these Syncronization timeout
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sreeprasad
The field named 'Object synchronizanion time out' will
accept upto 1000000 milliseconds. The moment u enter
999999 milliseconds, it is automatically converted to
1000000 milliseconds.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ram.polavarapu
windows based applicatios-20sec
web bssed applicatios-60sec
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the mandatory properties for a tex boxc (scenario?)
what is meant by "Parameterization technique"?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Explain types of descriptive programming?
How can I test the unix shell in QTP
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
What is the extention of Virtualobject
How you are maintaining shared object repository in your team or your project?help me plz
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How to handle Run-time errors?
How to execute a winrunner script in quicktest professional (qtp)?