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
how to write xml output check point bu useing descriptive programing .means without useing output check point
What test cases can you automate using QTP?
What is the architecture of your project? Can any one answer for this question plz........
Have you done batch testing in qtp? If yes how you are doing?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
breef description of batch testing ?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
what is the difference between built-i function and In-built function?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What is quick test pro?
What is file database?
Where we can use the synchronization?
Is it possible to switch between recording modes during a test creation?