bhavani


{ City } delhi
< Country > india
* Profession *
User No # 86152
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 4
Questions / { bhavani }
Questions Answers Category Views Company eMail




Answers / { bhavani }

Question { Tech Mahindra, 8970 }

How open an excel sheet in QTP(not a run time )?


Answer

set excel=createobject("Excel.Application")
set wb=excel.workbooks.open "path of eccelsheet"
set ws=wb.worksheets "sheetname"

Is This Answer Correct ?    0 Yes 0 No

Question { TCS, 6250 }

what is output parameters in qtp?explain?
2)


Answer

standered output values,text outputvalues,textarea,xml
o/p,database o/p

Is This Answer Correct ?    5 Yes 4 No