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


Please Help Members By Posting Answers For Below Questions

Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1343


When should I use smart identification?

600


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2397


What test cases can you automate using QTP?

642


How to customize checkpoints with parameters?

3018






What are the recording modes in wave event?

1533


what is impact analysis on regression testing?

2039


how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

1536


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1695


What are the major/ important methods, functions in QTP we use realtime testing

2259


How to test the login page in different ways in automation testing and i need code?

1339


What is the difference between run time object and test object in QTP?

562


When to use shared and local object repository?

628


what are the mandatory properties for a tex boxc (scenario?)

1523


Explain runtime dynamic settings?

2022