Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
1000Which object is used to work with the database in the vbscript language and what statement is used to create this object?
997What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
1016
Illustrate briefly about the different types of statement
Explain How do you create a recordset object in vbscript?
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("<
Explain the adodb.stream class?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How will you get a combined string from array of string in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Which data type/types are supported by vbscript language and what are their specialties?
Explain about tristate constants in vbscript?
What is the use of the formatdatetime function in the vbscript language?
Mention characteristics of sub procedures?
What is the purpose of on error resume next statement?