Additional test result information
Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: SilkTest @ OneStopTesting
Forum Discription: SilkTest is an automation tool for testing the functionality of enterprise applications in most versions of Windows, Sun Solaris 9 & 10, and Red Hat Enterprise Linux WS 2.1 & 3.0.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1013
Printed Date: 25Nov2024 at 7:40pm
Topic: Additional test result information
Posted By: Eila
Subject: Additional test result information
Date Posted: 26Apr2007 at 10:25pm
When I run the testplan/case manually, I get information such as,
totatl number of cases, % pass/fail, time started/ended. Resextract
doesn't give that information, is there any way I can add this
information to the results file?
|
Replies:
Posted By: Hema
Date Posted: 27Apr2007 at 3:19am
Possibly you need to print such results after testcase/testplan completion.
Required statistics may be retreived by the following functions:
GetTestsFailedCount ( )
GetTestsPassedCount ( )
and their combination. This is what about total number of testcases and % pass/fail.
You may use them in TestPlanExit and ScriptExit functions of recovery system. Also you may
write
finins time in them.
To write start time you need to add appropriate code into TestPlanEnter and ScriptEnter
functions of recovery system.
These traces will be reflected by Resextract.
|
|