Universal conformance testing framework based on data exchange format standards
A universal conformance testing framework based on data exchange format standards.First,a conformance testing standard needs to be developed.Then,test developers can convert the data format standard from text form to program-readable file form and design and develop the conformance testing system according to the conformance testing standard.Finally,the program-readable file is used as the benchmark test case set,and the tested file exported by the software under test is used as the tested object.The conformance testing is completed through structural and syntactic analysis.The testing framework proposed in this paper is universal and does not care about specific standards.It only needs to extract universal structural analysis and syntactic analysis rules based on the conformance testing standard,maintain the benchmark test case set,and effectively reduce the amount of code development.Testers can quickly support test requirements.
data exchange format standardsprogram readableconformance testing