Hi Daim
For your question, I need to answer by pieces. Here you go
Is it possible that the test report generated displays only my custom
report?
I assume "my custom report" as ' A report generated by you using the
function REPORTER.REPORTEVENT micpass/micfail/micdone'.
If my assumption is correct,Yes. It is possible to report only custom
steps that you want and supress all other steps.
To do so, you can use another option provided by REPORTER object ie.,
REPORTER.FILTER
REPORTER.FILTER = 3 [This step onwards whatever happens in the
script will be invisible in the QTP report]
REPORTER.FILTER = 0 [ This step onwards whatever happens in the
scripts will be visible in the QTP report].
e.g.,
REPORTER.FILTER = 3
browser("yahoo.com).page("yahoomail.com").webedit("user id").set
"QTPTEST"
browser("yahoo.com).page("yahoomail.com").webedit("password").set
"xxxxxxxxxxx"
browser("yahoo.com).page("yahoomail.com").webbutton("Submit").click
REPORTER.FILTER = 0
[ Report will not show any of the objects mentioned in between two
lines between REPORTER.FILTER].
I hope this helps.
Is it possible that the test report generated displays only my custom
report by default.?
I am not sure if you can do so by DEFAULT.
Good Luck
nimith
On Mar 11, 7:36 am, Daim Phillips <[email protected]> wrote:
> Hi,
>
> I have a series of custom steps that generate results(Pass/Fail) at the end
> of report.
>
> The report generated at the end of test, contains all those custom step
> results but it also includes default steps against the objects that were
> performed during the test run. Those default results are not really useful
> for me.
>
> The report is too long to read and is not readable easily. The only thing i
> can do is to collapse each step and then see what actually my custom steps
> generated.
>
> Is it possible that the test report generated displays only my custom report
> by default.
>
> Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---