Where u will use output checkpoint in QTP?
Answers were Sorted based on User's Feedback
Answer / king
output value is used for to capture the value from
application and stored into the run time datatable.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / kanaka suresh macherla
The output of one test will be taken.the same output value
will be stored in datatable and will be given as input to
other test.this is the concept of output values in QTP.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ravi
Text output check point.It is kind of passing dynamic data
in the web application testing at runtime.
Please correct me, if I went wrong!
Thanks for reading
| Is This Answer Correct ? | 3 Yes | 2 No |
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
What does "Dynamic change on web pages" means.As per my knowledge, this comes in "Complete" level of Active screen capture levels, where it says, "Also dynamic changes on web changes are saved.so i want to know what type of dynamic changes are made and is this dyanmic changes efftes only on web application or any other?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
what is the use of Text output value in Qtp?
when to start the automation?
Where the text version of script file located in file system?
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
If requirments changed then how we can teach the QTP this is the new requirment
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code
Explain the keyword createobject with an example.