Suggest an approach to test a rulebased system with certaint
Solution
There maybe many steps but this can be one of the approaches to test a rule based system.Following are the steps.
Test case generation - This step involves generatation and optimization of a set of test input combinations thst are called test data. This will simulate the inputs which can seen by the system in actual operation.
Test case experimentation-Since intelligent systems emulate human expertise,in this step human opinion is considered for evaluating the correctness of the response o the system.
Evaluation-This step involves interptation of the results of the experimentation step .It also determines errors attributed to the system and then it is reported in an informal way.
Validity assessment -This step involves analysisof the results thtat have been reported and reaches conclusions about the validity of the system.
System refinement - This process involves refinement. This step provides guidance as to how to correct the errors detected in the system and also from previous 4 steps.
These steps, hopefully,will lead to an improved system
