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
2269hey 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 10036we 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 )
6 12247Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
2 5735How 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 16731if 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.
1828i want to when we will write the scripts either after getting the build or after getting the SRS?
3 5147can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
1 5179
Explain the operator precedence in vb script?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
what is diff between static and dynaic arrys?
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
what is the standards used for writing the script in QTP
How you can call vbscript functions?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What are the valid scopes of a variable in vbscript?
What are string functions in vbscript?
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
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
Explain about tristate constants in vbscript?
What are the properties of regexp object?
Explain the string concatenation function in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?