Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

VB Script Interview Questions
Questions Answers Views Company eMail

If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

991

What is the use of the instr function?

1063

Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

967

What are keywords in the vbscript language?

1037

What is the use of the formatdatetime function in the vbscript language?

1022

What purpose does ‘on error resume next’ serves?

1082

How are comments handled in the vbscript language?

1001

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

959

Why is error handling required?

1024

Which constant is used for print and display functions and works as same as pressing enter key?

1008

Which date function is used in the vbscript language to find the difference between the 2 dates?

1058

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

1013

Which function is used to perform string comparison?

1125

Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

971

What is the use of the recordset object and which statement is used to create such an object?

977


Post New VB Script Questions

Un-Answered Questions { VB Script }

Which keyword is used to declare a variable in the vbscript language?

945


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

2230


What is the purpose of regexp object in vbscript?

1025


Mention what is the use of option explicit in vbscript?

998


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1843


Why is error handling required?

1024


What is the difference between do until loop and do while loop?

1058


how to increase the values in text box in a given text box increament by two values by clicking on button

2197


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?

1005


What are subprocedures in vbscript?

1106


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

1857


wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

1892


Illustrate briefly about the different types of statement

2498


How will you compare two strings in vbscript?

1069


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

1105