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

i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me

2269

hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me

HP,

6 10036

What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.

Accenture,

3 7426

we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )

Accenture,

6 12247

Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina

2 5735

Can automation testing find ssame no. of bugs what we can find by manual testing?

1961

How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in

NIIT,

4 16731

How can you test font size, type and color using QTP tool?

3 21319

if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.

1828

Please Example programms on vbscript 1)writing functions and calling functions

CIL, TCS,

2 6606

How should i Create Email invite with server-side Coding?

Altair,

2124

how to write function to validate the number of characters entering into the text box?

TCS,

2 6959

how to write basic programs in VB Script like addition, multiplication?

14 65123

i want to when we will write the scripts either after getting the build or after getting the SRS?

3 5147

can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.

1 5179


Post New VB Script Questions

Un-Answered Questions { VB Script }

Explain the operator precedence in vb script?

1059


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

2027


what is diff between static and dynaic arrys?

2144


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

14185


what is the standards used for writing the script in QTP

2327


How you can call vbscript functions?

1078


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

2074


What are the valid scopes of a variable in vbscript?

1091


What are string functions in vbscript?

1163


Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

2128


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

2719


Explain about tristate constants in vbscript?

1074


What are the properties of regexp object?

1096


Explain the string concatenation function in vbscript?

1031


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

960