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 dictionary object in vbscript? Explain?
What is the use of the date function in the vbscript language?
What are subprocedures in vbscript?
how to write validation function for date in vb script
What are the 2 ways to pass a value to the function?
Mention how you can call vbscript functions?
Can automation testing find ssame no. of bugs what we can find by manual testing?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Why to use option explicit in vb script?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain the functionality of vbscript?
What are the naming conventions while declaring a variable in the vbscript language?
Mention what is vbscript?