types of output value in details.

Answers were Sorted based on User's Feedback



types of output value in details...

Answer / nanad

guys total there are 7 actually...let me explain in detail...

1. Standard OP
2. Table OP
3. Text OP
4. Text Area OP
4. Database OP
6. XML output (from application)
7. XML output (from resources)

1. Standard OP: this ouput value is used to get a property
value of an runtime object in application for later input.
Example: to get the text entered in a text box, or to get
button name or get items count in a weblist.

2. Table OP: this ouput value is used to get the data from
specified cell in a webtable. this option is not visible in
QTP. but u can impliment this thru standard output value.

3. Text OP: this output value is used to get some text from
the web application.

4. Text Area : this output value is used only for windows
application. and used to get text from specified area.

5. Database OP : to get the data from the data base using by
application.

6. XML from Application : to get the values from XML file
thats been using by application.

7. XML from Resources : to get the values from external XML
file to parameterize your test.

if any queries , please mail to:
nanda.dreddy@gmail.com

Regards..
Nanda

Is This Answer Correct ?    5 Yes 0 No

types of output value in details...

Answer / ami

types of output values in Qtp are as follow:

1) Standard output value
2) Text output value
3) Data base output value
4) xml output value (from application)
5) xm output value (from resources)

Is This Answer Correct ?    6 Yes 3 No

types of output value in details...

Answer / anum

1. Standard Output Values
You can use standard output values to output the property
values of most objects. For example, in a Web-based
application, the number of links on a Web page may vary
based on the selections a user makes on a form on the
previous page. You could create an output value in your test
to store the number of links on the page.

2. Text and Text Area Output Values
You can use text output values to output text strings
displayed on a Web page or application. When creating a text
output value, you can output a part of the object's text.
You can also specify the text before and after the output text.

You can use text area output values to output text strings
displayed within a defined area of a screen in a Windows
application.

For example, suppose that you want to store the text of any
error message that appears after a specific step in the Web
application you are testing. Inside the If statement, you
check whether a window exists with a known title bar value,
for example Error. If it exists, you output the text in this
window (assuming that the window size is the same for all
possible error messages).

3. Table Output Values
Table output values are a subset of standard output values.
You can use table output values to output the contents of
table cells. For some types of tables, you can specify a row
range from which to choose the table cells. During the run
session, QuickTest retrieves the current data from the
specified table cells according to the settings that you
specified and outputs the values to the Data Table.

4. Database Output Values
You can use database output values to output the value of
the contents of database cells, based on the results of a
query (result set) that you define on a database. You can
create output values from the entire contents of the result
set, or from a part of it. During the run session, QuickTest
retrieves the current data from the database and outputs the
values according to the settings that you specified.

5. XML Output Values
You can use XML output values to output the values of XML
elements and attributes in XML documents.

After the run session has finished, you can view summary
results of the XML output values in the Test Results window.
You can also view detailed results by opening the XML Output
Value Results window.
For example, suppose that an XML document in a Web page
contains a price list for new cars. You can output the price
of a particular car by selecting the appropriate XML element
value to output.

Is This Answer Correct ?    2 Yes 0 No

types of output value in details...

Answer / pujar

There r 6
1 Std
2 Txt
3 Txt area
4 Data base output value
5 xml output value (from application)
6 xm output value (from resources)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 Answers  


can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.

4 Answers  


Can anyone please explain me the process of automating an application using QTP as i am new to this?

1 Answers   Fidelity,


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

0 Answers   Satyam,


Could you suggest me best coaching for automation in Delhi or nearby area?

0 Answers  






what skills needed to be good test automation?

3 Answers  


Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?

1 Answers  


we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do

5 Answers   Covansys,


How can we display the names of the buttons in the toolbar of a webpage

1 Answers  


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

0 Answers  


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

0 Answers  


how do u copy object repository?

1 Answers  


Categories