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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372
{"id":15644,"date":"2020-10-20T19:39:16","date_gmt":"2020-10-20T14:39:16","guid":{"rendered":"http:\/\/quality-spectrum.com\/?p=15644"},"modified":"2020-10-20T19:39:16","modified_gmt":"2020-10-20T14:39:16","slug":"how-to-how-not-to-write-test-cases","status":"publish","type":"post","link":"https:\/\/quality-spectrum.com\/how-to-how-not-to-write-test-cases\/","title":{"rendered":"How to & how NOT to write test cases"},"content":{"rendered":"

Anti-agile test case writing:
\n– Extremely lengthy test cases for every scenario anyone has ever thought of, and make sure not to rank them
\n– Then do a ‘regression testing’ cycle and try execute all of them
\n– Then try to code ALL the written tests as automated scripts<\/p>\n

Test case writing the Agile way:
\n– Collaborate to identify acceptance tests in Three amigo sessions – these are highest priority scenarios
\n– Automate tests across the tech stack – and DON’T document them – they exist in your code already
\n– Write checklists to serve as heuristics \/ references to do exploratory testing<\/p>\n<\/div>