What is the differene between QTP 8.2 and QTP 9.0 and QTP
9.1,Pls give me answer ASAP.
Answer Posted / bfakruddin
Diff between 8.2 and 9.0
1. We can associate no.of repositories to single Action
2. 9.0 contains Object Repository Manager, we can create
no. of repositories and Shared repositories there and we
can merge the repositories. We can edit the shared
repositories in ORM by using Enable Editing.
These two are major differences in 9.0. these are enough
for interviews.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which event is triggered when mouse focus comes out of an element in the vbscript language?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What is the difference between a dictionary and an array?
about vb scripting programs this type of all question& answers
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
when we use filter funtiom invb script(QTP)
Explain the asc function?
Explain the adodb.stream class?
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
what is diff between static and dynaic arrys?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Explain the string concatenation function in vbscript?
How will you compare two strings in vbscript?
What are subprocedures in vbscript?