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 |
.qfl extension for which file? where vl use it
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
what are the attributes of QTP?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
how can we group that these test cases only should be automated and in which order you execute that test cases
What is API
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?