Latest Answer : Quality Assurance: A set of activities designed to ensure that the development and/or maintenance process is adequate to ensure a system will meet its objectives. Quality Control: A set of activities designed to evaluate a developed work product. Testing: ...
Answer posted by Radhika on 2005-05-24 08:29:43: Verification takes place before validation, and not vice versa. Verification evaluates documents, plans, code, requirements and specifications. Validation
Latest Answer : thnx Radhika u hv really been helpful. ...
Answer posted by Ravi on 2005-06-01 13:37:16: Regression Testing is carried out both manually and automation. The automatic tools are mainly used for the Regression Testing as this is mainly focused repeatedly
Latest Answer : Regression testing can be done by using automation tools like QTP, so that in a repetitive way we can check that the new functionality works in a compatible way with the old one. ...
What is the exact difference between Integration & System testing, give me examples with your project.
Answer posted by Ravi on 2005-06-01 14:31:58: It’s clear that for testing any application, one should be clear about the requirements and specification documents. For testing Web application, the
Latest Answer : Perfect answer.Verymuch useful .Thanks ...
Answer posted by Radhika on 2005-05-23 18:10:57: Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team. White
Latest Answer : testing tech....which we use to make testing easily like...equivalence partitioning,boundary value analysis etcMethodoly:The method we follow like v-model,waterfall,spiral etc ...
Latest Answer : Actual testing = Quality Control of a project Quality Control = Processes used to test the Project Functionality Quality Assurance = Measures the quality of QC processes used to create a Quality Project. ...
Latest Answer : CMM is mainly designed for software engineering. But CMMI can be used for other engineering streams. ...
Latest Answer : Quality Assurance:A set of activities that are adequate to ensure that system meets its objectivesTesting: A process of executing the system intending to find defects. ...
In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?