What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
Answer Posted / srinivas
output values consept is when evar want to capture the
current value of any object in order to store for later
usageThere are 4 output values
1)standard output value
2)text output value
3)database output value
4)xml output value
1)standard output value:it checks the properties of the gui
Object during aut and stored it under specified column
During run session in the datatable
2)text output values:it checks the text present on the
Object and stored in the specified column during run session
3)database output value:it checks the content in the
Datatable and stored in the specified column during run session
4)xml output value:it checks the content in the xml and
Stored in the specified column during run session
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What are the types of properties that quick test learns while recording?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Can we create user defined functions in qtp?
Have you faced any problems with object repository?
Which recording modes need more memory?
how to create flat file datasubmission in qtp
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What is system testing and what are the different types of tests you perform in system testing?
How to add synchronisation points in qtp?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?