In a web application , there is a table of rows and coloums
, i want to pickup the 1st row and 3rd coloums name (not
data)how can any one explain
Answer Posted / kishan
In a WebTable, always the first Row will be "Column Names".
so when you use the statement
clmName=Browser("A").Page("B").webTable("C").getcelldata(1,3)
It will only give you ColumnName not the value under that
column.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How many types of recording modes in the qtp?
How do you perform Regreession Testing?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
How do you open adobe acrobat file in QTP and do some testing on that file ?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What is the descriptive programming?
Tell some commonly used Excel VBA functions?
What is the virtual object?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Suppose I want fail that check point? How can you do that?
What are the methods used in UFT to handle exceptions or run-time errors?
what QTP Options do you know?
what is error and fault in terms of software quality?
How to change the priorities of the recovery scenario properties?
Explain the concept of object repository and how qtp recognises objects?