Many a times we see something that we think is unexpected as per our understanding of the product, usually in large projects where you are working only on a specific component however for testing purpose you have to exercise other component workflow, you may land up in a situation of " I see something new .. weird...may be or may not be a bug".
What can we do in such situations
If you think that its not your component and not your responsibility to test , you are losing an opportunity to help, explore, make yourself accountable across teams and importantly understand the complete flow of your own test product. According to me there are two approaches that will help in this situation.
1) Debug and root cause yourself: Ask yourself few questions like
In this way you are making sure that you understand system (product) as a whole and not only your component. Also this helps you to have experience of across team collaboration.
If it resulted to be a bug you win the trust of your testing ability from other teams as well. Make sure you learn why this was bug and make sure next time if such same thing occur in regression you report it as bug.
If it resulted as not a bug make sure you understand the answer you get from other team for this behavior. You should note it down as you got to know a new thing in the product workflow and make sure you list all the improvements if any required by the cross team to get done as to make this behavior not look like a bug.
Happy Bug finding Friends
+Vijay Rathod +Nilesh Zade +Kushal Punjabi +Ashish Jethani +nitin shelar +amit tripathi +Shatrughan Ambwani +reegan samy +Mukesh Chaudhari +vishal gaikwad +Sagar Dhadge +Nikhil Deval +Ravi Varpe +Pratik Godhani +Hrishikesh Tiwary +Rakhee Makhijani +Kavita Chandwani +Gaurav Jain +Vikram Keswani +kedar gorwadkar +Leena Talreja +Mukesh Deshmukh +Padmarag Lokhande +Sharique Quadri +Raushan Verma +Tanya Sukheja +Peeyush Mittal
What can we do in such situations
If you think that its not your component and not your responsibility to test , you are losing an opportunity to help, explore, make yourself accountable across teams and importantly understand the complete flow of your own test product. According to me there are two approaches that will help in this situation.
1) Debug and root cause yourself: Ask yourself few questions like
- Why do you think its a bug
- What negative versus positive impact does this behavior makes to the application
- Can you design a scenario that will break things and obviously make this behavior a bug and get proper attention to be resolved later.
- Investigate the change history in source code for the component that has the new behavior you observed.
- Can this behavior be reproduced consistently. If yes note down the steps.
- Is the behavior same across all the test environments
- If possible, can you provide the comparison between the old and new behavior.
- If the behavior tends to be functionality (not a bug) what other changes needs to be made to make sure other do not think of this as a bug.
In this way you are making sure that you understand system (product) as a whole and not only your component. Also this helps you to have experience of across team collaboration.
If it resulted to be a bug you win the trust of your testing ability from other teams as well. Make sure you learn why this was bug and make sure next time if such same thing occur in regression you report it as bug.
If it resulted as not a bug make sure you understand the answer you get from other team for this behavior. You should note it down as you got to know a new thing in the product workflow and make sure you list all the improvements if any required by the cross team to get done as to make this behavior not look like a bug.
Happy Bug finding Friends
+Vijay Rathod +Nilesh Zade +Kushal Punjabi +Ashish Jethani +nitin shelar +amit tripathi +Shatrughan Ambwani +reegan samy +Mukesh Chaudhari +vishal gaikwad +Sagar Dhadge +Nikhil Deval +Ravi Varpe +Pratik Godhani +Hrishikesh Tiwary +Rakhee Makhijani +Kavita Chandwani +Gaurav Jain +Vikram Keswani +kedar gorwadkar +Leena Talreja +Mukesh Deshmukh +Padmarag Lokhande +Sharique Quadri +Raushan Verma +Tanya Sukheja +Peeyush Mittal