Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Archives: FAQs

What is Defect Density?

Defect Density is number of confirmed defects identified in software/module during a development period divided by the size of the software. It is calculated as defect count/size of the release, where size of release is total line of code in release.e.g. if module1 has 25 bugs, module2 has 15 bugs, and module3 has 50 bugs, …

What is Defect Density? Read More »

what is verification in software testing

The meaning of verification is to confirm that the designed product delivers and satisfies all the functionalities expected to fulfill as expected by end user. In short it is to test whether the product build is right (functions as expected)?

what is validation in software testing?

The meaning of validation is to confirm if application or system designed is in compliance with the client’s requirements and its feature functions as desired and thereby meets goals and needs of end user. In short it is to verify the software build is right product.

Why software has bugs?

Software complexity – making developer difficult to understand requirement, or how to design the desiredoutput.Miscommunication between product team and customer in knowing the exact requirement.Programming errors during runtime or compile time of code base during integration process.Timeline pressure that limits unit testing of all possible scenarios on design codes or programs.Change in requirements by customer …

Why software has bugs? Read More »

What do you mean by Defect Triage?

Defect triage is process of analyzing defect priority based on factors such as severity, risk, and time required to fix /resolve the defect. During defect triage meet, stack holders discuss and decide the priority of fixing the defects.