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 / satyanaryana
By using the following syntax we can pass the reports to the
result window
Reporter.Reportevent RESULT,"PERFORMED ACTION","USER DEFINED
STATEMENT"
EX:
Reporter.Reportevent Pass,"file creation","a new file is
created successfully"
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How are arrays declared in the vbscript language?
Write a Script for ATM in QTP
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention what is byref and byval parameters in vbscript?
Mention the rules for using option explicit statement?
Differentiate javascript and vbscript?
how to increasing the numbers in a given text box please write a vb script
What is sql loader? Explain the files used by sql loader to load file?
Is VB Script Case sensitive or Case insensitive?
What is the difference between vbscript and vba?
How will you get a subset of a array in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
What is the main difference between function and sub-procedure?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...