SE401:Group32:July 14
Implementation
Implemented the test reports generator with XML and XSLT
Tasks for Test Reports structuring
- Define list of elements we want to present in the test report
- Define the layout of the elements in the report
- Collect information that were sent from the phone
- Parse this information into an xml file
- Translate the xml file into a readable format
Elements that we want to represent in the test report
- Test Num
- Component Name e.g. TextfieldA
- Component Type e.g. Textfield
- The action that the component is doing e.g. Press select button etc.
- Expected Output e.g. "Blah"
- Actual Output e.g. "Blah"
- Pass/Fail e.g. "PASS"