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: Logging automation results – Best practices learned over time https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/ Redefining software quality Wed, 20 Nov 2019 15:59:53 +0000 hourly 1 https://wordpress.org/?v=5.5 By: Ali Khalid https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/comment-page-1/#comment-1256 Sat, 19 Jan 2019 11:04:41 +0000 http://quality-spectrum.com/?p=13310#comment-1256 In reply to umair.

Awesome. Thank you for sharing Umair.

]]>
By: umair https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/comment-page-1/#comment-1245 Fri, 18 Jan 2019 21:26:06 +0000 http://quality-spectrum.com/?p=13310#comment-1245 I have used Extent Reports, was quite decent.

]]>
By: Ali Khalid https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/comment-page-1/#comment-518 Wed, 10 Oct 2018 14:08:28 +0000 http://quality-spectrum.com/?p=13310#comment-518 In reply to Sufian Javed.

Have not used it yet, great stuff. Thank you for adding Sufian.

]]>
By: Sufian Javed https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/comment-page-1/#comment-515 Mon, 08 Oct 2018 14:37:34 +0000 http://quality-spectrum.com/?p=13310#comment-515 We are using allure reporting. It gives a Step annotation which when used just before a function like:

@Step(“Refund deposit on reservation”)
public boolean refundDeposit(RoomReservation res, int depositTypeId, int siteId) throws Exception{

gives argument values passed onto the function in report hence helping us investigate the specific case.

]]>
By: Sumit https://quality-spectrum.com/logging-automation-results-best-practices-learned-over-time/comment-page-1/#comment-416 Tue, 15 May 2018 18:35:57 +0000 http://quality-spectrum.com/?p=13310#comment-416 Nice One

]]>