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 238036 - Add criteria property to test run
Summary: Add criteria property to test run
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Synergy (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 11:12 UTC by Vladimir Riha
Modified: 2014-01-03 12:48 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 Vladimir Riha 2013-11-06 11:12:20 UTC
Each test run could have single/multiple criteria. If all criteria are passed, test run is considered to be "Go"

It could be:
 - % of passed cases (in total)
 - % of completed assignments (in total)
 - % of platform coverage (e.g. "each platform must have % of completed assignments) - or perhaps more complicated "per platform" criterion


etc. It would be all handled on client side, only pair <key, value> would be stored in server DB and client would interpret it and do the logic in browser to display it correctly