what is the use of Text output value in Qtp?

Answers were Sorted based on User's Feedback



what is the use of Text output value in Qtp?..

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

what is the use of Text output value in Qtp?..

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

Post New Answer

More QTP Interview Questions

What expansion of "MIC" in MICPASS (TEST ReportPAGE)

11 Answers   TCS,


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example

2 Answers  


What kind of errors can b handled in QTP in real time scenario?

2 Answers   AZTEC,


I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.

0 Answers  






Your roles and responsibilities and daily tasks? (As automation tester)

0 Answers   Oracle,


Hi Samrat, Thank u very much, what u said it is right.

0 Answers  


What is an expert view and keyword view?

0 Answers  


what are the utilities and drivers

0 Answers   Cap Gemini,


what are the Tools for version control?

3 Answers  


We stored into the objects OR and then write the scripting

0 Answers   L&T, Wipro,


what is the difference between function and subroutine ....here every one knows theoretically...here my QUESTION IS WHAT IS THE MEANING OF FUNCTION CAN RETURN A VALUE AND SUB CAN NOT RETURN A VALUE .....WHAT DOE'S IT MEAN FUNCTION CAN RETURN A VALUE HOW FUNCTION CAN AND SUB CAN'T ....GIVE A EXAMPLE FOR BOTH ....HOW IT CAN AND CAN NOT...HELP ANDY ONE....

1 Answers   HCL,


Categories