SE401:Group32:July 15

From Marks Wiki
Revision as of 05:21, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (9 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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