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
Answers were Sorted based on User's Feedback
Answer / dnrsm
Nothing is difficult in QTP. Just you need to work hard.
Learn QTP objects (Properties and methods) and VB Script.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raj
first understand Vb scripts and gohead & play with qtp
| Is This Answer Correct ? | 4 Yes | 1 No |
How will you get the natural logarithm of the given number in vbscript?
Explain some uses of vb script?
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
How to declare an array in vbscript?
Explain the adodb.stream class?
Difference between Function and Sub routine?
Can anyone help me in write coding to get this pattern * ** *** ****
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
write a vb script to add two 2*2 matrix