• No meeting on Monday due to Memorial Day, team did meet yesterday for a Sprint Retrospective
  • Will not start Sprint 2 until we do the Sprint Planning meeting next Monday
  • No ad-hoc full team meetings, schedule full team meetings at end of previous meeting
  • Last week, we got approval to roll out MVP site, but needed content updates from other teams.
    • Mobile team did send update.
    • Small bug fixes done for issues found in Sprint Demo last week, so will do a small Sprint Demo of how it is
    • At that point, goal is to make the new website live on tssg.tech
  • No objections from the TSSG members on the bug fix demo given.
  • Approval granted to make the MVP site as the public site.


  • X-Ray Test Management
    • Fully integrated with Jira
    • New issues are added to Jira
    • Adds Tests and Test Executions to Jira stories/epics
    • Can do a Test Plan to group related tests together, shows results in reports for a sprint/epic
    • Can also do a Test Set to collect sets, not associated with anything
    • Test Sets are a collection of Test Cases
    • Three types of tests supported:
      • Cucumber
        • Given-When-Then Gerkin language for how the behavior should work (Action and Assertion)
        • Given is used as the pre-condition of the test
      • Manual
        • Just Test Steps with Expected and Acdtual Results
      • Generic
        • Can integrate automated tests (class, file, script) into the Test Plan
    • For manual tests, you can pass/fail at each step.  For gerkin tests, the entire test either passes or fails
    • Tests should be based on the version being released, so daily runs could fail but not effect the release candidate run of the tests
    • Can select the order of the tests to run (need to investigate if this is test plan or test set)


  • No labels