best training centre in bangalore
Answers were Sorted based on User's Feedback
Answer / nags
QSPIDERS
BASAVANAGUDI BRANCH
MANUAL-GIRISH
QTP-BHANU
VBSCRIPT-CHETHAN
SQL-CHETHAN
LOAD RUNNER-KESHAV
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / krishna.testingall
IIBC(Indian Institute of bright careers)
near by ramaiya college bus stop
above reliance fresh
mathikere
bangalore
contact:080-23608385
| Is This Answer Correct ? | 1 Yes | 3 No |
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
why variable name should not exceed 255 characters?
In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.
What is vbscript procedures?
where can i learn VB scripint ?
write a vb script to generate hello 5 times using do until loop
how to write basic programs in VB Script like addition, multiplication?
How will you convert a given number to long in vbscript?
Write a VB Script to count blank Lines in a notepad
write a vb-script code to delete all the mails in my gmail in the year 2011
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Mention how to access array data?