How to fetch a value which is in a particular cell in a html
table?
Answer Posted / radhesh
you can fetch any cell data in a table using
tbl_get_cell_data();
Ex: tbl_get_cell_data("EName","#2","#3",outvalue);
it will retrive the value of a 2nd row 3rd column value and
stores in outvalue.
Cheers
Radhesh
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to break infinite loop?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
Explain the purpose of gui map configuration?
How do you handle tsl exceptions?
Why don’t we normally load the gui maps through start up scripts?
What is the purpose of gui map configuration?
Explain data parameterization in winrunner?
Difference between winrunner and test director?
Explain the synchronization points?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Write test scripts on a scenario where you have to transfer data from one table to another.
What is the difference between gui map and gui map files?
How to have winrunner insert yesterdays date into a field in the application?
How should we write and execute a user define function using WinRunner.
How do you unload the GUI map?