wht is the difference betn check point and output value?
Answer Posted / ramarao
cheque point verifies the actaul behavior of application to
expected behaviour of the application.
outputvalue is nothing but a output of one can be used as
a input of further one.
output value capture the output data and stored into the
perticular location of the data tbale and that can be used
to further runnenig process.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
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
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How to customize qtp?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Where we can use the synchronization?
In qtp, how you can exit for loop?
What is the syntax to call one action in another?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
if numbers are always changing write a script for that
what is keyword driven testing in qtp?n how is it useful?
after click on compose mail how can we attached a file in qtp with vbscript code
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
Explain the terms test and business component?