In QTP if u got a defect , how to report to developer using
Test director or Quality center .
Answer Posted / abc
There will be default option like send the defect
information to the respective people when u fill the defct
Details. Here just you need th click on the Respective
names.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
Can any suggest me what is exposure testing?
write a script to verify the image path(src property) of the images which are in web pages.
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the differences between table and db checkpoints?
How to test results for qtp ?
How many types of actions are there in quicktest professional (qtp)?
How many types of recording modes are there?
what is the advantages and disadvantages of using functions instead of re usable actions
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
How will you compare keyword and expert view?
What is the difference between per-action and shared?
Explain in brief about the quicktest professional automation object model?
Limitations in QTP?
How do you create new test sets in td?