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 is keyword view and Expert view in QTP?
How would you export a script from one pc to another in qtp?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Explain in brief about the QTP Automation Object Model.
What are the key elements available in test result window?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
How to get the particular property value?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
tell me about regular expressions in QTP? where we use? give eample?
What is object repository?