How to "Turn Off" QTP results after running a Script?
Answer Posted / suman
hi,
where can we check the log files manually.
go to Automation---> results .click it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Without using gui map editor we can recognize the application in winrunner ?
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
Describe function procedure in vbscript.
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
How to Test the mainframe application?
How can you exit from an action?
What is the difference in the global and action sheet in qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
What is the diff between image and bitmap check point?
what is the difference between development and testing
what type of automation is follwed in the project?
Explain different types of action in qtp?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What are the features of quick test pro(qtp)?
How software automation specialist enter steps in the Expert View?