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 does you test a weblink which is changing dynamically?
Explain the features and benefits of quick test pro(qtp)?
How does qtp recognize objects in aut?
What is keyword view?
Brief the process of testing with UFT?
In what occasion we can specify global sheet and action sheet?
If I give some thousand tests to execute in two days what do you do?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is the differences between image check point and bit map check point?
How to start recording using quicktest professional (qtp)?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?