tester
What is Quality Control?
What is Quality Control? Quality control popularly abbreviated as QC. It is a Software Engineering process used to ensure quality in a product or a service. It does not deal with the processes used to create a product; rather it examines the quality of...
What is Quality Assurance ?
What is Quality Assurance? Quality Assurance is popularly known as QA Testing, is defined as an activity to ensure that an organization is providing the best possible product or service to customers. QA focuses on improving the processes to deliver Quality...
How important it is to fix the bug and when it should be fixed ?
How important it is to fix the bug and when it should be fixed ? 3. _____ indicates how important it is to fix the bug and when it should be fixed. Severity Priority All of the above None of the above Answer: C Note for me: Indicates: chỉ ra Severity:...
Equivalence testing
1. Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed. True False Answer: A Note for me: Equivalence: phân vùng tương đương
Confirmation testing
1. When a defect is detected and fixed then the software should be retested to confirm that the original has been successfully removed. This is called: Regression testing Maintenance tesing Confirmation testing None of the above Answer: C
Test Activities and Tasks
Test Activities and Tasks A test process consists of the following main groups of activities: Test planning Test monitoring and control Test analysis Test design Test implementation Test execution Test completion Each group of activities is composed of...
Seven Testing Principles
Seven Testing Principles A number of testing principles have been suggested over the past 50 years and offer general guidelines common for all testing. 1. Testing shows the presence of defects, not their absence Testing can show that defects are present,...
Defects, Root Causes and Effects
Defects, Root Causes and Effects The root causes of defects are the earliest actions or conditions that contributed to creating the defects. Defects can be analyzed to identify their root causes, so as to reduce the occurrence of similar defects in the...
Quality Assurance and Testing
Quality Assurance and Testing While people often use the phrase quality assurance (or just QA) to refer to testing, quality assurance and testing are not the same, but they are related. A larger concept, quality management, ties them together. Quality...
Errors, Defects, and Failures
Errors, Defects, and Failures A person can make an error (mistake), which can lead to the introduction of a defect (fault or bug) in the software code or in some other related work product. An error that leads to the introduction of a defect in one work...