Explain about Standard output value, Text output value,
database o/p value, Xml O/p value, Xm o/p Value
Answer / kathir
Output value is a step in which one or values captured at a
specific point in your test or component and stored for
duration of the run session. These values can be used later
in the different point in application.
In generally, output of application shows different values
and it is not based on action in the current page/action in
the application then the word output value is coming in
QTP. And it has four types, these are given below.(These
are usage in application at different places/purposes)
standard o/p value: In web aplication, link page shows
differently based on the user actions in the previous page.
Text o/p value: Text ouput value may behave differntly
based on using the diferent environments in window based
application. It is recommanded to retrieve the text from
the application window by using standard output value to
the value of object text property.
Database o/p value: database output value to the output the
value of contents of database cells based on the result of
the query that you define on a database.
xml o/p value: xml output values to output the values of
xml elements and attributes of xml documents can be used.
Is This Answer Correct ? | 4 Yes | 0 No |
Explain Different types of Checkpoints in Quick Test Professional?
Please explain the role of Regular expression in QTP
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
wt is playback facilityin qtp?
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
Explain the QTP Tool interface.
what are the different Frame Works in Quick Test Proffessional testing
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
What is text/text area checkpoint?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.