how can we perform web datatable operations on webpages(Like
rowcount,col count,cell data)?
Answer Posted / deepika
n=Browser("BName").Page("PName").WebTable("TName").RowCount
print n
This will display the number of rows in a web table
m=Browser("BName").Page("PName").WebTable.ColumnCount
(Rownumber)
print m
This will displap the number of Columns for that particular
Row
a=Browser("BName").Page("PName").WebTable
("TName").GetCellData(Rownumber,ColNumber)
print a
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is parameter in qtp?
UFT 12.02 which ALM version will support
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Have you used xml check point in your project?
What are the different attributes used with regular expression?
Diff b/w Health care domain and Banking Domain?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is Unicode Compatibility?
How to capture a window in QTP?
Write a script to customize the test results in PDF and HTML format.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
what is run-time data?
What do you to script when objects are removed from application?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?