what is the features of visual basic?
What is the difference between for loop and while loop?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
I have string like hp company.print tis like company hp.write a program in vbscripting
Mention what is vbscript procedures?
What is dictionary object in vbscript? Explain?
What is parametrization ?
Anyone have qtp11.0 crack?
hey 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
Mention what are the rules to name variable in vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
Difference between dim,public and private variables in vb script?