How to "Turn Off" QTP results after running a Script?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai.....
Goto "Tools > Options > Run Tab" and Deselect "View results
when run session ends". But this supresses only the result
window, but a og will be created and can viewed manulaly
which cannot be restricted from getting created.
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shanthi
HI ramya, but where can we check the log files manually.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suman
hi,
where can we check the log files manually.
go to Automation---> results .click it
| Is This Answer Correct ? | 0 Yes | 0 No |
how to display message with out using msgbox function?
Can any one please explain hwo to test client/server application using QTP?
What is throw object?
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
What are the differences between qtp and winrunner?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
How do you move objects from local object repository to shared object repository???What are methods?
what are the disadvantages in QTP 9.2?
Can I compare two DataBases using QTP ?
How to connect to oracle(sqlserver) database to QTP
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?