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

Summary: Add criteria property to test run
Product: qa Reporter: Vladimir Riha <vriha>
Component: SynergyAssignee: Vladimir Riha <vriha>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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