How will you generate Reports using Vb Script?it asked in
testing(QTP)Interview.Plz Any Body Let me know.
Thanks
uday
Uday_testing@yahoo.co.in
Answer Posted / arun
We can generate different types of reports...Choosing what
type of reports depents on the requirement.
1.QTP report:
reporter.reportevent micPass,"Testcase name","Details"
reporter.reportevent micFail,"Testcase name","Details"
2.Create report in xls file or .doc file or .txt file
3.Can store the data in the database and can display it in
html page.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is loose binding? Why is it not a good practice to use it?
Explain about tristate constants?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain about constants in vb script?
What are class events?
Compare java script and vb script?
Explain about scrrun.dll in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How will you reverse a string in vbscript?
How can you create an object in vbscript?
what is the differance between BYVAL,BYREF?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How can you destroy an object in vbscript?
What are the uses of vb script?
Mention when to use function procedures and what are its characteristics?