VB Script Interview Questions
Questions Answers Views Company eMail

What is event handling in vbscript?

605

What is the difference between a dictionary and an array?

583

What's the difference between vbscript and vb.net?

554

Compare java script and vb script?

597

What are the data types supported by vbscript?

580

What is the purpose of on error resume next statement?

579

Explain few date functions in vbscript?

614

If else for do while select in vb script?

645

What is the difference between function and procedure?

576

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

626

How to open browser in vb script?

586

Explain about adodb.stream class?

594

Explain about operator precedence in vb script?

577

Explain about arrays in vb script?

608

What are string functions in vbscript?

658


Post New VB Script Questions

Un-Answered Questions { VB Script }

Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

546


Illustrate briefly about the different types of statement

2027


What is the difference between javascript and vbscript?

535


What is the extension of the vbscript file?

553


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

2243






what is the object hyrarchy in QTP for a web based application

1889


What is the difference between vb debugger and the script debugger?

595


Mention what is vbscript procedures?

542


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?

1551


what is used of Property........End Property loop ? how to write the script for it?

1691


Mention how to create a cookie using vbscript?

533


Which in-built function related to an array joins substrings into one string in the vbscript language?

520


Description.Create

2162


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

526


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

583