Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / guest
Variant is the default data type in VBScript, which can
store a value of any type
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / monal
The data type Variant no longer exists. It has been
replaced with the type Object. Object types must be
explicitly cast to other primitive data types.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / narayana
"Varient" is the default data type in vb script.
Is This Answer Correct ? | 0 Yes | 0 No |
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
What is sql loader? Explain the files used by sql loader to load file?
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?
write a program to display the system specifications of client system with the help of vbScript.
Explain the constants in vbscript?
Mention what is the main difference between function and sub-procedure?
How will you reverse a string in vbscript?
How regexp.execute method works?
How to replace junk code recorded by QTP with a mall function.
How will you trim the spaces on the left of a string using vbscript?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
How can you create an object in vbscript?