Have you ever wondered what does the term "Oracle" imply? Well, Oracle has an interesting fact associated with it. If we go back to history and divert our attention to Greek mythology, we come to know that in those times, a person who could foresee or tell prophecies , were known as "Oracle". But how is this terminology even remotely associated with technology? Let us understand . It is believed that in Greek mythology, the prophecies were often misunderstood by people and the outcome of their actions was based on their own interpretation of the situation. Henceforth, the Greek mythology is used as a metaphor to the idea behind drawing a conclusion based on certain assumption. That is why the term "Oracle" is used in the context of "testing".
So technically we can say that a software testing oracle is a tool that helps to decide whether the program passed our test or not.
The word Oracle basically deals with the process of generating results, by providing inputs to the system under test and evaluating the outcome with the expected output. There are various approaches to Oracle or one can say types of Oracle:
There have been many researches and analyses on the process of test oracle. We can confine our focus to few major concepts to develop a good understanding of the subject. For instance, there is a term used in the context of test oracle, random testing, it is an efficient strategy to produce results and requires test oracles to assure adequate evaluation of test results.
Oracle's working can be broadly classified as-
Few demerits of test oracle can be, oracles only address a small subset of inputs and outputs. The tester may need to set values for a variable. We may generate a set of test inputs based on the previous observation of a custom model, previous release of a program etc.
What makes testing in Oracle in an automated framework is that , one is free to write their own code. We can create automated tests to check the output of the program, so that we are able to analyse the deviations in the expected and actual output. Oracle can be thought of as a way to analyse and then devise a strategy to proceed to the next level. So far, based on our understanding about oracle, we have come to know that the test results vary from time to time. It may be the result of the type of framework chosen for conducting the tests or our approach to the testing process. Therefore we can assume that an efficient test oracle is the one that performs effectively irrespective of the platforms, compilers, code, algorithm being used. Thus an Oracle is a 'way' that establishes a connection between the process chosen for testing and the System Under Test.
Advertisement: