how we will use output values in qtp? is there any
possibulity by descriptive programming?
Answer Posted / ramu@sunnysoft,hyd
It is a feature provided in QTP to capture the application
values while execution and these captured values are stored
either in run time datatable or environment variables.These
output values can be used for verificational purpose or
tosend inputs to otherscreens ,other action and other tests
there are differebt types of output values
1. standarad o/p value
2.Text o/p value
3.Text area o/p value
4.Data base o/p value
5.XML o/p value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the flaws in water fall model and how to overcome it?
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
How to carry out bit map check points in QTP
What are the key elements available in test result window?
How to use descriptive programming?
Give me some real time point of way where exactly we can conduct audits?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
write a script to verify the image path(src property) of the images which are in web pages.
Differentiate the type of test cases which can be automated and which cannot be automated?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
when will you do debug your script? and explain that process?
What is the use of text output value in quicktest professional?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Explain different recording modes?
What is action? How many types of actions are there in qtp?