SE401:Group32:July 15: Difference between revisions
Jump to navigation
Jump to search
m 9 revision(s) |
(No difference)
|
Latest revision as of 05:21, 3 November 2008
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