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 |
1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = India/Srilanka/Australia/England/South Africa.I need the Output Country wise? [ 1st Msgbox India , 2nd Msgbox Srilanka] ---- 3. How can Choose these test cases to be automated?
Where the text version of script file located in file system?
Expalin Text/Text Area Checkpoint
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
What are the two types of repositories available, explain them?
How we can test a Frame in a web page?
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
does QTP provides any tools for parametrisation?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?