Give examples where vb script can directly run on users system with windows as os?
Which operator is used to concatenate the 2 values in the vbscript language?
How to open excel in vb script?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
What are the differences between sub procedures and function procedures?
What are the disadvantages of vbscript?
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
If else for do while select in vb script?
What are the special sub-types in vbscript?
Explain the constants in vbscript?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
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
write a program to display the system specifications of client system with the help of vb script.