Situation-Based Question: If there is time limitation & you have to release the feature but feature testing is not completed. How you will handle this
According to my experience, you should follow the below action steps:
1. Talk with your SM(Scrum Master or Team Lead) to delay the release as there are lots of bugs in it...but if SM didn't agree as he has to release it, then this solution will not work.
2. As SM didn't agree, so you have to handle this situation with a better approach. You need to perform the "Bug Triage" process. According to this process, we need to identify high severity/ priority bugs and make a list for those bugs so that the development team can fix them asap and other low priority/severity bugs can be done later. We can create one separate bug list in the next sprint for these bugs. High priority/severity bugs will be fixed before release. For Regression, you need to identify the impacted areas with the help of the development team. In this approach, although you will not be able to fix all the bugs, still you can fix the most important high severity/priority bugs which will have the maximum impact.
The above points I have written according to my experience only. Please like, share or comment, suggestions are always welcome.
Engineering Enablement Lead
3 年Follow below approach and use below tools for quick and quality deliverable. 1. TDD ensure at least 90% unit rest coverage. If you have short of resources then apply DiffBlue. ?Apply BDD for end to end Api and UI layers. 2. Use ShiftLeft. ?Sometimes SIT may not get on time. ?Use Dev env or Sandbox to identify P1 and Sev1 defects early. 3. use CI/CD support test automation tools like BlazeMeter. ?It supports single test script file for Functional, API and Performance testing and engineering. 4. Use enterprise pipeline for real-time deployment. ?If not exist ask Technology team implement such process. There are other best practices too. ?Applying EMMA, ?Quality gates and Usage of Fortify or Blackduck for security testing in EPL. ?Strongly believe gives quality and? Quick delivery. FB, WhatsApp and many products engineering are best examples for us.
a Techie | QA | Sharing is Caring | Sharing the Tech Stuff
3 年Very informative post, thanks Nancy B. for sharing this and relating to real world scenarios. Keep Sharing ??