The function template cocept is implemented in vb.net is ???
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
how to genarate a random numbers in vb?
i need to sort the data using qtp script for this how i need to write a qtp script
Explain the support of asp for vb script functionality?
generic function for webedit box for web application
which is the good software training centre in bangalore?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How many types of operators are available in the vbscript language?
What is loose binding? Why is it not a good practice to use it?
Mention the rules for using option explicit statement?
how to write validation function for date in vb script
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