Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is OUTPUT VALUE ? PLZ Explain With Example?

Answers were Sorted based on User's Feedback



What is OUTPUT VALUE ? PLZ Explain With Example?..

Answer / srikanth

For Example...Take Fight Reservation application....
While recording new 'insert order', a new order number will
be created automatically. That ordernumber will be the
output value. We can capture that ordernumber and open
the 'Open order' with that captured number in the same Test.

Is This Answer Correct ?    5 Yes 0 No

What is OUTPUT VALUE ? PLZ Explain With Example?..

Answer / bhuvana

Output Values are used to capture the Object Values during
runtime and Store it in the runtime datatable.The Stored
Values can be reused for other objects as an input data.For
example if you want to capture the Insurance id generated
from One Page and suppose u want to reuse it for any other
forms or page as an input data then you can use output
values.Correct me if im wrong

Is This Answer Correct ?    3 Yes 0 No

What is OUTPUT VALUE ? PLZ Explain With Example?..

Answer / srikanth

For example..Flight Reservation....
While recording new 'Insert order' a new ordernumber will
be created automatically. This ordernumber is the output
value. We can capture this ordernumber and open that order
in the Test.

Is This Answer Correct ?    2 Yes 0 No

What is OUTPUT VALUE ? PLZ Explain With Example?..

Answer / sudhananda reddy

what is the output value is..it capture the runtime values
and displyed in data table for future use.

for example u parameterized ur test for login window by
giving multiple values. and u want to see what are the
values the userid field taken.

u can give the output value for userid field. it will
capture the values at runtime and displayed and stored them
in data table.

i think u got my answer..if there is any feed back..pls mail
me at nanda.dreddy@gmail.com

Is This Answer Correct ?    1 Yes 1 No

What is OUTPUT VALUE ? PLZ Explain With Example?..

Answer / issac

output value is the value generated by the appliction when
it is run using qtp.this value will be displayed in runtime
datatable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What is data driven testing in QTP?

11 Answers   Agile Software,


what is spy, and how can u use?

1 Answers  


I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.

2 Answers  


What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

1 Answers  


Explain process of smart Identification in QTP?

0 Answers  


how to test Web application using QTP software

4 Answers   BITS,


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


Is it possible to return multiple values from a function..? Then how..?

3 Answers  


Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel

3 Answers   Wipro,


What is the extension of the recovery scenario file in qtp?

0 Answers  


explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?

2 Answers  


What is the extension of script and object repository files in QTP?

9 Answers  


Categories