Bug Advocacy-An Effective Way of Writing A BUG

The excellent bug report raises the issue and provides sufficient data for a good decision.The article describes why do programmers do not fix some bugs so how to report bugs accurately so that the reader understands the impact of the problem and takes up for fix.It describes RIMGEN a guide for how to investigate bugs and communicate better.It also describes about some good Bug reporting skills for a Tester to improve his credibility.

Where are the testers on the spectrum?

My thoughts on the concept of shift left in software testing. 1. Shift left simplistically applied to automating everything in sight is not an ideal solution. 2. Morphing all the diverse roles in software engineering to just have all programmers on team leads losing knowledge present with people who understand different facets of creating software. 3. Leaving testing to the end of a project is not a solution either.

Regression testing in Sprint

Regression testing is always an integral part of any software development life cycle. If we plan, design and strategise our testing well before, we can definitely achieve less painful and better coverage in regression testing during sprints as well as in final release. Our Synapse Dhanalaxmi shares about Regression Testing strategy in sprint.

How to test your binge-watching application?

A test plan outlines the approach for testing a specific feature before it is delivered to the customer. There are folks who take a different approach to creating test plans  depending on factors like business needs, based on automation frameworks available and the metrics to be measured. By considering Netflix subscription and cancellation as an example I am sharing my thought process for creating a test plan.

QA and the NoOps model

Going to a NoOps model isn’t easy; it can be painful, but everyone needs to understand why you’re doing it and the benefits you’ll gain. NoOps model helps many organizations remove roadblocks and enable them to move faster, grow quicker, and ensure we’re serving our customers the best way we can.

Demystifying Smart Selectors

The rise of test automation is being driven by a wide variety of technologies designed to make automation more robust and efficient. The term smart selector occurs repeatedly in this context. In this article, I take a look at the technology behind this term.

Up ↑