How to export(copy) the entire webtable from the webpage
into Excelsheet? using Vb scripting
Answer Posted / rentalavdml
Can u be clear in the question you mean copy the contents
of the webtable into excel or you need the whole webtable
object into excel
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what is the diffrence bw qtp architectute and qtp framework?
who QTP recognizes the object stored in object repository?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What are the types of object repository?
How qtp recognizes the object?
How you know that a test case is a regression test case
What is standalone database?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the different recording modes?
What is keyword view in qtp?
What is checkpoints for qtp?
Explain the features and benefits of quick test pro(qtp)?
How to call a test from another test?
What is fragmentation and paging?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?