WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Answer Posted / mogambo
more expertisation is required. e
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain QTP using different development techniques ?
How do you test DLL files using automation Tool QTP?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How to add verification steps to tests?
In qtp, how you can remove the spaces from string?
Hi Samrat, Thank u very much, what u said it is right.
How to interact tool & application build in QTP?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
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 we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
can u explain relative path architecture framework in qtp?
How do I get the QTP scripts result in xml format by using vb script function?
How can I import environment from a file on disk?
How to associate function library at a run time?