![]() |
What is comparison testing in software engineering? |
Answer
Comparison Testing: Test Cases results are compared with the predicted results of the Test Oracle (Test Oracle: a mechanism to produce the predicted outcomes to compare with the actual outcomes of the software under test [from BS7925-1])
It's a bit of an old fashioned term, in that predicted results are usually included in the test case script. A test matrix with expected result values could be called a test oracle, or a predictive spreadsheet could fulfill that function.
Note: Software Testing has developed many redundant/overlapping terminologies over the last decade.
e.g. Black Box Testing aka Behavioral Testing aka Functional Testing
Don't get too hung up with the terminology, as it varies from organization to organization.
First answer by Sdresh. Last edit by Sdresh. Contributor trust: 871 [recommend contributor]. Question popularity: 17 [recommend question]




