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

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?

954

Mention characteristics of sub procedures?

992

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

972

Mention what is byref and byval parameters in vbscript?

950

Write a code to print numbers from 5 to 0?

1082

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

925

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

1064

Mention how you can call vbscript functions?

1040

Mention what is select case statement?

906

Mention how to create a cookie using vbscript?

938

Mention what is the use of option explicit in vbscript?

917

Mention how to access array data?

908

Mention what is the difference between vbscript and vba?

972

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

1357

Mention what is vbscript procedures?

937


Post New VB Script Questions

Un-Answered Questions { VB Script }

hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

2285


Explain about the extension .hta?

1020


Explain vbscript in detail?

1006


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

962


what is the features of visual basic?

2038


how to check whether link is disabled in QTP??

6049


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

2421


Which operator can be used to change the value of the operand or change the state of the condition?

963


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2676


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

1007


who will create the object?

2130


how to write validation function for date in vb script

2536


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

984


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

1800


Explain about tristate constants?

950