VB Script Interview Questions
Questions Answers Views Company eMail

Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

716

Mention characteristics of sub procedures?

767

Mention what is the main difference between function and sub-procedure?

714

Mention what is byref and byval parameters in vbscript?

735

Write a code to print numbers from 5 to 0?

885

Mention what if you do not specify anything when you call a procedure?

718

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

838

Mention how you can call vbscript functions?

762

Mention what is select case statement?

697

Mention how to create a cookie using vbscript?

696

Mention what is the use of option explicit in vbscript?

714

Mention how to access array data?

666

Mention what is the difference between vbscript and vba?

687

In html file what is an ideal position to include vbscript?

1018

Mention what is vbscript procedures?

706


Post New VB Script Questions

Un-Answered Questions { VB Script }

If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

1727


How will you get the largest subscript of an array in vbscript?

812


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

787


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?

1718


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

759






What are the environments supported by vbscript language?

649


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2230


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1932


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1826


What are the 2 ways to pass a value to the function?

683


hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?

1726


What is event handling in vbscript?

749


How can you create a file object to work with the files in the vbscript language?

672


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.

2019


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

1003