we are submitting data one form to another form.defaultly
it is time period set as 5sec. but it is taken 15sec what
to do

Answer Posted / ajay

Synchronization the data or we can also use the
delay() function with the specified time intervals.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a data driven test in qtp?

586


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3058


Difference between test object and run time object?

592


Which environments does qtp support?

680


please any one can explain the keyword driven framework. with gmail example.

1629






supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

2804


how to find that tools work well with ur existing system?

1354


Explain the types of object repository?

556


What is qtpro? What is quick test pro? What is a quick test professional?

595


In qtp, explain what is keyword driven automation framework?

619


How can get count of list box?

635


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2573


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

3596


What is the recovery scenario in qtp?

573