IS standard check point is very important than the other
check points in QTP? If so why?
Answer Posted / p
Till now, I have seen six project's Code(QTP-Vbscript).
They never use any type of check points. So I can't imagine
how people use cp.
I feel,the main drawback is, Test Engineers can't know what
is going on inside of the check point related code, because
qtp hides the code which cannot be accesible by TE. this is
my opinion.
May be the usability may varies depends on certain
scenarios.
Patil
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does QTP identify an object?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
What are the different types of qtp test assets and their extensions?
How do you capture tooltip using QTP?
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 a checkpoint? How many check points are there in qtp?
what testplan contents and what test strategy contents,what is the diff b/w them
What phases are involved in testing an application in qtp?
How are actions and functions different in QTP?
images are dynamically changes how to compare two images with out using the bitmap
Can we Test Welcome Screens and Process Images with QTP
How to associate function library at a run time?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that