what is the difference between testing and debugging?
Answer Posted / ankur
Testing is to identify the Defect,Bug,Error doen by the
tester.
Debugging is to identify the cause of that defect and to
resolve it. Done by Developer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
Explain advantages and disadvantages of ddf?
How to use output values in qtp ?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is the quicktest professional testing process?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Explain runtime dynamic settings?
What are the check points can be inserted without recording?
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
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What are the differences between quicktest professional and winrunner?
How many add-ins comes by default with qtp?
How QA specialist can identify when programmatic descriptions are useful?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?