VB Script Interview Questions
Questions Answers Views Company eMail

What is vbscript language used for and which earlier language is it modeled upon?

739

When are redim statement and preserve keyword used in the vbscript language?

807

What are lbound and ubound in the vbscript language?

809

How can you fetch the value of a cookie?

755

What are the differences between sub procedures and function procedures?

719

Is vbscript language a case-sensitive language and what does it mean?

754

How to get the length of the string by making use of the string function?

813

How are values assigned to the variables in the vbscript language?

760

Which operator is used to concatenate the 2 values in the vbscript language?

767

What is the purpose of the err object in the vbscript language?

836

Why is it recommended to close the database connection every time after the work is completed?

699

What is the difference between for loop and while loop?

777

Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1033

When does ‘on click of button’ event gets triggered in the vbscript language?

754

Explain about scrrun.dll in vbscript?

855


Post New VB Script Questions

Un-Answered Questions { VB Script }

Explain about the extension .hta?

826


What is the difference between vbscript and vba?

809


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

745


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

3134


What is dictionary object in vbscript? Explain?

857


Which function allows you to instantiate an object given its programmatic identifier or progid?

781


Explain what is loose binding? Why is it not a good practice to use it?

792


How do you declare a variable in vbscript?

824


Explain sga memory structures?

783


who will create the object?

1705


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

2215


How to delete a cookie using vbscript?

782


regular expression that will recognize a browser as long as its name property starts with mybrowser

1963


Explain about tristate constants in vbscript?

817


how to set one column as primary key in QTP and fetch values accordingly

2053