How will you get a combined string from array of string in vbscript?
How can you fetch the value of a cookie?
What are the different types of operators and their order of precedence?
Which function is used to perform string comparison?
What is the use of the date function in the vbscript language?
write a vb script to find the size of d drive?
How will you convert a string to upper case string using vbscript?
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
Which operator is used to concatenate the 2 values in the vbscript language?
How to learn VB Script, Since iam working with QTP. So i need to learn 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
i need to sort the data using qtp script for this how i need to write a qtp script