Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "scoring" of a result-set #406

Open
Seddryck opened this issue Aug 28, 2018 · 1 comment
Open

Support "scoring" of a result-set #406

Seddryck opened this issue Aug 28, 2018 · 1 comment

Comments

@Seddryck
Copy link
Owner

Seddryck commented Aug 28, 2018

It should be possible to score a result-set. An assertion validates something and express how many rows don't go through the validation process. At the opposite the scoring is giving a unique value (a percentage), if this percentage is lower than the threshold then the test should fail.

The MVP:

<system-under-test>
  <scalar>
     <query>
         select 0.25
     </query>
  <scalar>
</system-under-test>
<assert>
   <score threshold="0.95"/>
</assert>
@Seddryck
Copy link
Owner Author

Seddryck commented Oct 2, 2018

@Seddryck Seddryck modified the milestones: v1.19, v1.21 May 6, 2019
@Seddryck Seddryck modified the milestones: v1.21, v1.22 Jun 23, 2019
@Seddryck Seddryck removed this from the v1.22 milestone Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant