what is the use of Text output value in Qtp?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Output values enable to view the values that the
application talkes during run time.When paramaterised, the
values change for each iteration.Thus by creating output
values, we can capture the values that the application
takes for each run and output them to the data table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manu
thats absolutely correct .. just to add that when you use
BPT components and run a test consisting many of them..
this requires to pass some outputs as inputs to the next
component run.. thats very much it.
| Is This Answer Correct ? | 1 Yes | 0 No |
How you can write contexts to text file in qtp?
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
Explain actions in qtp ?
How many tabs are available to view your test in a test pane and what are they?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
What are the two types of repositories available, explain them?
what is standalone database
What is iteration?
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
What are table and db checkpoints?
Explain what the difference between Shared Repository and Per_Action Repository
Describe function procedure in vbscript.