what r the 3 basic factor on which we determine
to perform automation
Answer Posted / kushagra
AUTOMAION IS based on
1) automatic testing.
2) coefficent of performance.
3) computersied use in testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how many maximum number of virtual users we can create?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How to break the object spy ?
How to use reporter.report event in qtp ?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
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 is QTP and the use of QTP in TD?
Have you done batch testing in qtp? If yes how you are doing?
How to add synchronisation points in qtp?
Dis advantages of XML checkpoint ?
how to download mercury qtp9.2 ny internet ?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Difference between action & Reusable action?
How to check feasibility of the appliction?in automation testing?