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 record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
What does ".mst" stands for? (abc.mst)
hi Sudhananda reddy, in my resume, i written as , I Am working as a Test Engineer for xyz company. IS IT RIGHT OR WRONG? WHAT IS THE ACTUAL meaning of "IN XYZ COMPANY", "FOR XYZ COMPANY", "WITH XYZ COMPANY".
How to run a test using quicktest professional?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
How i can use and create Library functions in QTP and what is the proces .
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Types of properties that Quick Test learns while recording?
How will you set a unique four digit number in an edit field in QTP?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???