This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32070 - Real time test process monitoring.
Summary: Real time test process monitoring.
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 04:42 UTC by Alexandre Iline
Modified: 2006-12-04 08:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Iline 2003-03-18 04:42:24 UTC
Since test suites take long time to pass, it would be nice to have 
an ability to monitor test suite execution while it's working. It 
happens pretty often when a person executing tests is not sure 
that environment has complitely been set. Indeed, noone could be 
sure completely while tests have not shown appropriate results. 
So, the simpliest way to check the environment is to execute test 
suite. But then, user needs to be able to see what's going on.

That's true both for test suite and test. During test execution, 
user needs to see some kind of very simple document describing the 
state of test process as well as he needs to see output of each 
test he needs to see, including the one which is currently working.
Comment 1 Martin Brehovsky 2003-03-18 09:40:15 UTC
Can you describe why the current output from testrunner is not
sufficient? IMO it already gives you all the information you ask for.