Deprecated: Function create_function() is deprecated in /home/qualit96/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 258

Warning: Cannot modify header information - headers already sent by (output started at /home/qualit96/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php:258) in /home/qualit96/public_html/wp-includes/feed-rss2-comments.php on line 8
Comments on: Definition of flaky tests http://quality-spectrum.com/definition-of-flaky-tests/ Redefining software quality Tue, 12 Nov 2019 16:25:13 +0000 hourly 1 https://wordpress.org/?v=5.5 By: Ali Khalid http://quality-spectrum.com/definition-of-flaky-tests/comment-page-1/#comment-16932 Tue, 12 Nov 2019 16:25:13 +0000 http://quality-spectrum.com/?p=14726#comment-16932 In reply to James Affleck.

True, having false positives is the worst, no doubt about that. However if we have too many false negatives AKA flaky tests, then it dilutes the effect of automation too.

And as you said, needs to be investigated if it’s worth trying to fix that issue too.

]]>
By: James Affleck http://quality-spectrum.com/definition-of-flaky-tests/comment-page-1/#comment-15956 Fri, 01 Nov 2019 12:48:53 +0000 http://quality-spectrum.com/?p=14726#comment-15956 A test prone to give false negatives. If the test gives false positives 100% of the time you wouldn’t know it (you’d assume it’s always passing and working.) If it gives false negatives then it is probably giving you feedback that the feature being tested is broken, when in reality it’s not, it may just be that the test needs to be tweaked to make it more reliable (assuming it’s worth the cost of doing so).

]]>