Answer Posted / pravati
In QC OR ALM we are maintain QTP scripts
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Dis advantages of XML checkpoint ?
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 the user toggle between using Local OR and shared OR for the same action?
What are the different types of checkpoints?
Problem with XML checkpoint in QTP ?
How to explain a banking project in interview as a test engineer???
How is a Step generator used in UFT?
Does QTP run in any environment?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
How to test fly out menu in qtp?
What is the extension of the recovery scenario file in qtp?
unique properties of button,edit box, radio button,check box?
How to check feasibility of the appliction?in automation testing?
How do you send email with attachment from outlook using qtp ?
When to use shared and local object repository?