How to export(copy) the entire webtable from the webpage
into Excelsheet? using Vb scripting
Answer Posted / yogesh
Well,
I think you can copy all webtable (the table that is
displayed on your test application) values into runtime
table or datatable using two simple for loop and then
export the runtime table to excel file with the command as
mentioned by Shridhar.
I havent written any such script as of now. but will post
it here when I write it.
Thanks,
Yogi.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is UFT 11.5 version different from UFT 12.0?
When do go for loop condition in test?
When should I use smart identification?
How do you know the location Id of an object if you know its index id?
What are metrics and matrix?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Will down time for server and content maintenance/upgrades be allowed? how much?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is post recovery scenario?
What is Distributed testing? How does UFT support it?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
desribe a situation where u faced a stressful situation and how did u cope with it
When to use shared and local object repository?
What are the key points to create a framework in QTP for oracle forms?