Acceptance Tests - Keverdose/SOEN341-UC2 GitHub Wiki

Description

An acceptance test is a formal description of the behavior of a feature. The tests have a binary result, pass or fail.

Each acceptance tests will follow the below format:

Test (User Story)

Brief overview Expected results Steps to achieve end goal Actual results / PASS or FAIL

Sprint #1

Acceptance Test #30: Login and signup Acceptance Test 30: Login and signup

Sprint #2

Acceptance Test #32: create page to show posts comments Acceptance Test 32: create page to show posts comments

Sprint #3

Acceptance Test #27: edit posts comments Acceptance Test 27: edit posts comments

Sprint #4

Acceptance Test #40: Allowing Author to Choose Best Comment as Answer Acceptance Test 40: Allow Author to Choose Best Comment as Answer

Acceptance Test #68: Create a search bar on the navbar to look up a post Acceptance Test 68: Create a search bar on the navbar to look up a post

Acceptance Test #69: Sort Open Posts Acceptance Test 69: Sort Open Posts

Acceptance Test #71: Create Tags Acceptance Test 71: Create Tags

Acceptance Test #31: Create/Edit User Profiles Acceptance Test 31: Create/Edit User Profiles

Acceptance Test #51: Create a side bar to display related posts to the current posts Acceptance Test 51: Create a side bar to display related posts to the current posts