Archive for 'faq’s on testing' Category
What is a test case?
Test case is set of input values, execution preconditions, expected results and execution post conditions, developed for a particular objective or test conditions, such as to exercise a particular program path or to verify compliance with a specific requirement.
What is a bug?
In Software or computer, “bug” is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result.
Differentiate between Quality Assurance (QA) and Quality Control (QC)?
Quality Assurance (QA): It is a process designed to ensure that the development and maintenance activities is adequate to ensure a system will meet its objectives. It is process oriented It involve in entire process of software development. Prevention oriented. Quality Assurance (QC): It is product oriented. Work to examine the quality of product. Deduction [...]