ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is Maximum synchronization time out in QTP(By Default 
is 20sec). Anybody can answer it. Thanks in advance.

 Question Submitted By :: Raju
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 1
Maximum synchronization time out in QTP is 100000mille seconds
 
Is This Answer Correct ?    3 Yes 4 No
Rupesh
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 2
Are you sure??????
thanks
 
Is This Answer Correct ?    1 Yes 1 No
Zampanimadhur
[US Technologies]
 
 
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 3
I am not sure about this statement
 
Is This Answer Correct ?    2 Yes 1 No
Suresh
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 4
hi rupesh 
its not 1lakh its 1000000millisecond
 
Is This Answer Correct ?    1 Yes 3 No
Vineetha
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 5
i dont think there is any time limit in QTP 9.0, u can give 
as much as u can but that should be less than browser time 
out or page time out, if the above case is happen then no 
use of sycronization point,
 
Is This Answer Correct ?    0 Yes 3 No
Kisna
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 6
The maximum synchronization time out in QTP is 10000 
milliseconds = 10 seconds.

you can check the default value by inserting a 
synchronization point in your test.
 
Is This Answer Correct ?    3 Yes 3 No
Brinda
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 7
QTP Maximum sync time is 10 Sec. We increase the sync time 
By using sync or Wait statements.
 
Is This Answer Correct ?    0 Yes 2 No
Rama Kishore
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 8
20000milliseconds or 20sec
 
Is This Answer Correct ?    1 Yes 2 No
Gomathy
 
  Re: What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Answer
# 9
By default it's 20 sec.
 But we can change its value. Here you go..
 File > Settings > Test setting dialog comes up.
 Click Run tab. Here  you can see 
Obejct Synchronization timeout : 20 Sec
Change it to the required value. 

I have set the value to  1000 sec according to my 
application requirement  and it worked fine..

If you set it > 1000 it is again sets to previous valid 
timeout value. I was not able to set it more than 1000.
I cheked it with qtp 9.2.

so i think 1000 sec is max timeout
 
Is This Answer Correct ?    1 Yes 0 No
Nag B
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
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  1
Can we create test script with out Step Generator?  4
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard. Wipro1
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance.. IBM2
What is the diffrence bettween QTP 9.0 and QTP 9.1?  1
what is the extension for QTP files? AppLabs6
What is Object Spy in QTP? vsworx10
I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?  3
what is the use of Text output value in Qtp?  2
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why? Kanbay2
how can i count the number of links???  2
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value  1
What is the another extention name of library file.If that is exist than what's the differnce between them. Synechron1
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do? Verizon6
i need the licence key for QTP V9.5 can anyone help me on getting this?  89
what is aregular expression? UHG4
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process? Logica-CMG12
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?  2
there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.  1
What is the difference between Image Checkpoint and Bitmap Checkpoint?  4
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com