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
I feel, I could not understand your question.
I am not sure this syntax is correct, better to check it.
i=Browser().Page().WebTable().RowCount()
For x=1 to i
myData = Browser.page.WebTable().GetCellData(x,2)
'Assume, 2 is the number of Name Column.
allData=myData
'Use different Logic
Next
You can get all the data in those 3 columns.
The last part in your question is not understandable for me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
is there any addin for remedy user application
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
how to test load test and block box testing an a web based application pls give ans briefly
How do I get the QTP scripts result in xml format by using vb script function?
How many types of recording modes are there?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Explain building blocks of the bpt framework ?
explain structured testing? plz guys with exp. do answer
What is expert view and keyword view?
What is the file extension of the code file in qtp?
How QTP identify the system time that's changes every seconds?
Is it possible to split an action? How?
how to acess a test in RSA?
How to creating an output value using quicktest professional?