Hi any body can tell me the synchranization point syntax
thanks
in advance
Answer Posted / prashanth chenna
Hai Friend,
In some times tool will run faster than Application in
Execution time, it causes Error message in that situation
we have to mapthe time between Tool and Application. This
is Synchronization point. There are some different ways
1. Wait() [wait Function]
2. .Exist [either PopUp or some message]
3. When a Progress Bar enabled. [when a progress bar
compleated]
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain how you can delete excel file in qtp?
How to Test the mainframe application?
Describe function procedure in vbscript.
How to use debug tools?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
To which environments does quicktest professional supports?
Why to use descriptive programming?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Can anybody post some real time scenario in qtp? please its very urgent.
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What are the differences between quicktest professional and winrunner?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Tell me one scenario, the complex functionality you have automated in your project?
what is ODC and GDC?
When to use descriptive programming?