how to parameterizing values from an excel sheet in Quick test
professional?
Answer / sabarinath
set excelsheet = createobject("excel.application")
set workbook = excelsheet.workbooks.add
set sheet1 = workbook.worksheets(1)
sheet1.cells(1,1) = "admin"
sheet1.cells(1,2) = "admin"
workbook.saveas("C:\excel1.xls")
Browser("").page("").webedit("username").set sheet1.cell
(1,1).value
Browser("").page("").webedit("password").set sheet1.cell
(1,2).value
workbook.close
excelsheet.quit
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the life cycle of QTP? Pls Give me Exact answer?
how can I read text in browser and export the same into text file?
we have 10 automation scripts. how to call them from one main script.
What is the qtp testing process?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Will down time for server and content maintenance/upgrades be allowed? how much?
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
Can we check environment variable value without existing of environment variable
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
How to convert QTP's ObjectRepository.mdb file to xml file
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?