VB Script Interview Questions
Questions Answers Views Company eMail

What is the use of option explicit in vbscript?

656

When to use function procedures and what are its characteristics?

680

What if you do not specify anything when you call a procedure?

703

What is the technology used by vb script?

645

What is the difference between vbscript and vba?

717

What is byref and byval parameters in vbscript?

721

What is vbscript?

708

What is select case statement?

728

What is vbscript procedures?

721

Explain about tristate constants in vbscript?

743

Explain about scrrun.dll?

644

Differentiate javascript and vbscript?

668

Explain the extension .hta?

662

Explain the asc function?

608

Explain the support of asp for vb script functionality?

750


Post New VB Script Questions

Un-Answered Questions { VB Script }

Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2379


Explain about scrrun.dll?

644


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1525


What is the extension of the vbscript file?

662


Mention the rules for using option explicit statement?

609






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

769


Mention what is byref and byval parameters in vbscript?

681


How to create a cookie using vbscript?

712


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

669


How to access array data?

639


Which event is triggered when mouse focus comes out of an element in the vbscript language?

618


How will you check that a variable is an array in vbscript?

650


What is Procedure or Subroutine in VB Script?

724


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

710


What purpose does ‘on error resume next’ serves?

672