SE401:Group32:July 14

From Marks Wiki
Jump to navigation Jump to search

Implementation

Implemented the test reports generator with XML and XSLT

Tasks for Test Reports structuring

  1. Define list of elements we want to present in the test report
  2. Define the layout of the elements in the report
  3. Collect information that were sent from the phone
  4. Parse this information into an xml file
  5. 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"