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 will you handle the situation when object is not captured during record?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
what is the difference between window command and dialog command
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
what is description object?
What are the views available in qtp?
How can i see test results in excel sheet ? test data not present in data table.
Differentiate the two Object Repository Types of QTP.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
what does it mean when a check point is in red color? what do u do?
when u script reveiwing in which area u more concentrates?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?