Posts

Showing posts from April, 2017

Bug Triage Meeting

Bug Triage Meeting Definition: Bug Triage meeting is discussion and analyses for all open bug, and agenda of discussion is set the priority to team for which bug should take up first, classify the bug in different category, find the where team struggle to get help to debug RCA, if RCA is available then assign bug to right team, find the recreation step from reporter and severity of bug.                             Procedure: Generally, below procedure is followed for Bug Triage Meeting         QA lead sends out a bug report with the new Bugs introduced since the last meeting.         Product owner calls out a meeting.         During the meeting, each Bug is analyzed to see whether correct priority and severity are assigned to it. Priority        and severi...

Difference between Adhoc & Exploratory testing

Difference between Adhoc & Exploratory testing Ad-hoc testing begins with learning application first and then work with the actual testing process. Exploratory Testing begins with the exploring the application while learning. Ad-hoc works on negative testing mostly. Exploratory testing works on positive flow. Documentation is not a basic need of this type of testing. The QA team always attends the testing without specific documentation. Documentation is mandatory in Exploratory Testing. To assure the quality it’s necessary to documents the detail of the testing Ad-hoc is about the perfection of the testing. Exploratory Testing is more about the learning of the application. Test Execution is applicable for Ad-hoc testing. Who is going to test the application should have proper knowledge about the sequence. With the expanding situation of learning Exploratory Testing will help to have further knowledge about the testing result. Ad-hoc Testing helps to find innovative ideas f...