in qtp wha t is synchronisatin pt,what is the maximam time out
Answers were Sorted based on User's Feedback
Answer / jay prakash
Synchronization is used to instruct QTP to wait for the
application process to compleate before proceeding to the
next step in the test.
Maximum timout can be anything as you set.. but by default
it is 20 Sec.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / shivendra kumar shukla
synchronisatin pt is the halt or wait till the object and
it’sproperties gets fulfilled.
Quick Test waits a set time interval for an application to
respond to input. The default wait interval is up to 20
seconds.
If the application responds slowly during a test run, Quick
Test’s default wait time may not be sufficient, and the
test run may unexpectedly fail.
Synchronization compensates for inconsistencies in the
performance of your application during a test run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / latha
Synchronisation point is keep waiting the tool(QTP)for the
application to run the application and tool simultaneously
to get the result. Can be done using
wait() statement
setting the default time(analysis to max time)
using the synchorisation from the menu
| Is This Answer Correct ? | 1 Yes | 5 No |
what is parameterisation?
How to Test the mainframe application?
How to export data present in Datatable to an ".xls" file?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
How you perform smoke and sanity testing using qtp?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
what we do after completion of functional and regression testing
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
describe common problems of test automation?
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
What is time parameter?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you