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 240258 - [80cat] skipped test case not replayable
Summary: [80cat] skipped test case not replayable
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Synergy (show other bugs)
Version: 8.0
Hardware: PC Other
: P3 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-11 01:38 UTC by skygo
Modified: 2014-01-12 01:02 UTC (History)
0 users

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 skygo 2014-01-11 01:38:56 UTC
Hi not sure how to categorize this issue or enhancement

I run test and skip some test case and completed the test suite.

I later want to go back to my skipped test to run them.

All what I have as action are two button
Start (continue if saved) Restart (start over) on a orange cell.

From this point I will not continue as

Restart (start over) make me think it will reset everything. 

Start (continue if saved) Or continue on last test but as I reach the last test I feel it's useless.

Completion is shown as 100%.

Best Regards
Comment 1 Vladimir Riha 2014-01-11 08:22:47 UTC
(In reply to skygo from comment #0)
> Restart (start over) make me think it will reset everything. 

Yes, you'll start from scratch

> Start (continue if saved) Or continue on last test but as I reach the last
> test I feel it's useless.

Yes, it is useful when you Pause testing


This is true, skipped test case is considered as completed. Test case is completed if it is either skipped, passed or failed. I'll try to somehow implement this feature, but it is a very complex change
Comment 2 skygo 2014-01-12 01:02:07 UTC
I was understanding right :p

Now looking that in maven tribe more people has completed review it give me other idea for the "single test replay" :

1) I was thinking on a table view showing statut of test case and having the widget (replay). On profile view
2) On tribe view a table showing testcase status per people having started tests for this tribe.
 
I say table but it may be list or other concept :D. Just don't know how to express better.

Regards