What is the difference between check point and output
value.
Answers were Sorted based on User's Feedback
Answer / suma
A checkpoint verifies that expected information is
displayed in your application while the test is running.
By using output value u can retrieve data from your
application and output it to the Data Table. This data can
then be used at a later stage in the test. QuickTest
displays the retrieved data, following the test run, in the
Runtime Data Table
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sreeprasad
I would like to add some stuff to Kalpana's comments.
It is as follows:-
An outPut value is a value captured during the test run and
entered in the run-time but to a specified location.
EX:-Location in Data Table[Global sheet / local sheet]
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mukesh
Check Points are used to validate the functionality of the
objects. where as the output value is used to get the value
of an object.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ganesh
check points means verfication point it will capture actually value and compare with actual value and then provide the result pass or fail.
whereas output values is used for retriever the property value of an object,data base values of an object,and it will store it in data table,and it may use in different functionality i.e during run session
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / salman
An outPut value is a value captured during the test run and entered in the run-time but to a specified location. EX:-Location in Data Table[Global sheet / local sheet]
| Is This Answer Correct ? | 0 Yes | 0 No |
How to access values from Unix OS and how to write..
Explain different types of checkpoints?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
Hi, I Install QTP 9.2 in windows Vista. but it is not supporting IE. it is supporting only windows based application. could I change any setting in Vista for supporting IE.. ?? thanks in advance...
Both static and dynamic arrays are handled by the vb script. Is it true?
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
how i can delete the excel process for the task manager using QTP
can we do load testing , by using QTP......?
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..
What is the pros and cons between QTP and Rational Robot
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?