in a database table there are 3 columns (name ,
marks,grade) , in application after retrieving data from
db to fields name, marks click ok button then grade should
displayed ---for this how to write vb script prgm
Answer Posted / kk
allData should be declared Globally, outside of any
Loop/Condition.
allData=myData
I am sorry, correction for the above line.
allData=allData & vbcrlf & allData
I would like to know people feed back, about this posting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add verification steps to tests?
How do know the number of browsers opened?
What are the methods of the TextStream object that are used for reading from a text file?
Is it possible to split an action? How?
how to disable the pop ups through QTP using a script
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
What is throw Object?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is QTP and the use of QTP in TD?
what is output value in QTP and how it can be used in automation testing
Generic function to search for the unique link in webtable and click on it
Explain different types of action in qtp?
Is virtual object supported in low level recording mode?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
Problem with XML checkpoint in QTP ?