what is the silent mode in WR?

Answer Posted / sai krishna`

during this mode the tool does not show any error message
while running the script until the result window displayed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3604


What is a data driven test in qtp?

575


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

1670


Can U Explain about QTP tool from older version to latest version also its differences?

1508


What is the basic concept of qtp?

569






How to integrate the qualitycenter with qtp

1765


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

1495


What are the Test design techniques you uses in ur project?

1479


What is quicktest professional?

547


Differences between text and test area checkpoints?

569


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1623


Explain the difference between check point and output value?

486


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1734


Explain different type of event trigger option.

533


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1629