VB Script Interview Questions
Questions Answers Views Company eMail

Mention what are the rules to name variable in vbscript?

759

Mention what is variant in vbscript?

724

Mention what is the technology used by vb script?

724

Mention when to use function procedures and what are its characteristics?

839

Mention what is vbscript?

816

Mention the rules for using option explicit statement?

699

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

803

Mention the environments where vbscript could be run?

900

Mention how to assign a date value to a variable?

823

How to access array data?

747

How to create a cookie using vbscript?

835

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

870

What is the main difference between function and sub-procedure?

771

How you can call vbscript functions?

782

What are the rules to name variable in vbscript?

789


Post New VB Script Questions

Un-Answered Questions { VB Script }

Which command is used for writing text on a page?

757


what is event handling?

774


Out of the different type of operators, which are evaluated first and last in the vbscript language?

768


Which operator can be used to check if two numbers are equal or not in vbscript?

882


Explain about filter expression?

778


can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.

2057


How to take whole text output from screen of Bitmap Application.

2073


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

762


Which operator can be used to do an xor operation in vbscript?

965


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2588


1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)

1842


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("<>") 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

1986


Explain about adodb.stream class?

815


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

1084


how to increasing the numbers in a given text box please write a vb script

1964