Continuation of implementation of test reports generator
- Completed the test reports generator
- Refined the way reports are generated in a legible format
XML schema declaration
<TestScript>
<Test>
<action>command</action>
<componentName>Next</componentName>
<componentType>command</componentType>
<inputValue></inputValue>
<displayType></displayType>
<expectedOutput>Main Menu</expectedOutput>
<actionDescription>Press Next button</actionDescription>
</Test>
</TestScript>
Tomorrow
- Parse XML script
- Flesh out the commands