VB Script Interview Questions
Questions Answers Views Company eMail

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

505

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

562

What are lbound and ubound in the vbscript language?

578

How can you fetch the value of a cookie?

526

What are the differences between sub procedures and function procedures?

503

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

526

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

533

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

551

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

533

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

603

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

478

What is the difference between for loop and while loop?

528

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

766

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

519

Explain about scrrun.dll in vbscript?

620


Post New VB Script Questions

Un-Answered Questions { VB Script }

By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

595


In what way program "hello world" you can write in vbscript?

601


How will you get the octal value of the given number in vbscript?

481


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?

839


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

1800






how to check whether link is disabled in QTP??

5611


Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji

1214


What are lbound and ubound in the vbscript language?

578


What is the use of option explicit in vbscript?

524


What is purpose of scripting.filesystemobject class in vbscript?

599


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1389


What are class properties?

634


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

1559


What is the difference between VBScript and JavaScript?

2025


Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble

2001