Answer Posted / manohar
In QTP,there are 3 types of recording modes.
1.Normal Recording mode
2.Low level Recording mode
3.Analog Recording mode
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you get the last occurrence of one string within another string using vbscript?
What purpose does ‘on error resume next’ serves?
How will you check that a variable is an array in vbscript?
why variable name should not exceed 255 characters?
What is the output of a + b in vbscript if a = 5 and b = 10?
what is resorceallocation
how to operate webobjects in a webpage using getobject function and then using generic methods?
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?
Compare java script and 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
When does ‘on click of button’ event gets triggered in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
did any one attended interview in applabs if you had gone through plz tell me the procedure
How many types of procedures are available in the vbscript language?