Table of Contents
- 1 How would you handle client if you found a high severity defect on the release date?
- 2 What will you do if you raise a bug but the developer does not agree that it is a bug?
- 3 What are the defects reported by the client after delivery of the application?
- 4 What if a defect is not fixed by the developer?
- 5 What is beta testing?
- 6 How are defects logged and fixed in software testing?
How would you handle client if you found a high severity defect on the release date?
Explain the situation to client and ask some more time to fix the bug….Your options include:
- Hide the bug and hope that the customer does not find it before you can deliver a fix.
- Delay the delivery until the bug is fixed.
- Talk to the customer about the bug and let them decide how they want to proceed.
What will you do if you find out a bug on the day of a production release?
What Should We Do If We Found a Defect in Production Environment
- Action 1. Keep calm and don’t panic.
- Action 2. Reproduce the defect.
- Action 3. Try to receive as much information as possible.
- Action 4. Find the cause.
- Action 5. Indicate the time when the bug should be fixed.
- Action 6.
- Action 7.
- Action 8.
What will you do if you raise a bug but the developer does not agree that it is a bug?
You can check resolution or ask developer to provide resolution for the defect. Further if you want the bug to be fixed as it is impacting the release, you can increase the severity of the defect and Assign the defect to Product owner.
How do you handle production defects?
In this post, I’ll walk through a series of steps testers can take to handle Production bugs and prevent them in the future.
- Step One: Remain Calm.
- Step Two: Reproduce the Issue.
- Step Three: Gather More Information.
- Step Four: Understand the Root Cause.
- Step Five: Decide When to Fix the Issue.
- Step Six: Test the Fix.
What are the defects reported by the client after delivery of the application?
Defect leakage occurs at the Customer or the End user side after the application delivery. After the release of the application to the client, if the end user gets any type of defects by using that application then it is called as Defect leakage. This Defect Leakage is also called as Bug Leakage.
What will you do if developer does not accept the bug?
What if a defect is not fixed by the developer?
Duplicate: If the defect is repeated twice or the defect corresponds to the same concept of the bug, the status is changed to “duplicate.” Rejected: If the developer feels the defect is not a genuine defect then it changes the defect to “rejected.”
What is the actual process of software performance testing?
Evidently, the actual process of software performance testing is achieved through the different phases that its testing process comprises. 1. Analyze and evaluate the existing system 2. Gather metrics about the current system performance 3. Develop the required test assets after thorough analysis 4. Create reusable test scripts
What is beta testing?
Beta testers may then be given a free copy of the fully-debugged software/product as payment. Alpha testing comes first. Testing performed by test engineers to identify all the bugs before releasing product to the customer. Alpha Testing involves both black box testing as well as white box testing.
How many types of software testing should every developer know?
[Tweet “Every Developer should know at least 1 of these 7 common software testing types”] Real white-box testing is when you understand some of the internals of the system and perhaps have access to the actual source code, which you use to inform your testing and what you target.
How are defects logged and fixed in software testing?
When the actual functionality deviates from the desired functionality, a defect is usually logged and those defects are prioritized based on severity. Some defects get fixed, other defects are low enough impact that they are just noted and left in the system. The world of testing and quality assurance is huge.