I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<<The
data retrieved from data base >>")
I have taken a for loop and changed the cells values (1 as
i and another 1 as j)
But still I am not able to get
Plz kindly tell me know this . It is very urgent
No Answer is Posted For this Question
Be the First to Post Answer
How to check the particular window is exist or not with out using check points
How are comments handled in the vbscript language?
write any ttest cases using check points and parameterization
How to insert snapshot during manual scripting in QTP?
What's the difference between vbscript and vb.net?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
Which operator can be used to change the value of the operand or change the state of the condition?
compare the string without using stringcomp function?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How will you get the smallest subscript of an array in vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?