Skip to content

Latest commit

 

History

History
229 lines (172 loc) · 17.1 KB

P1.md

File metadata and controls

229 lines (172 loc) · 17.1 KB

ES21 P1 submission, Group G08

Feature PRA

Subgroup

  • Afonso Fernandes, 93679, @MrIceHavoc (23041868)
  • David Duque, 93698, @ddavness (45321798)

Pull requests associated with this feature

The list of pull requests associated with this feature is:

New/Updated domain entities

New entities

Entities changed

Feature testing

We defined tests for:

  • Adding questions (2 success, 1 failure (invalid input))
  • Updating questions (1 success, 1 failure (invalid input))
  • Removing questions (1 failure)
  • Importing/Exporting questions (2 success, 1 failure (invalid input))
  • Importing/Exporting answers (1 success)

Direct links to some of these these tests:

Test Coverage Screenshot

The screenshot includes the test coverage results associated with the new/changed entities:

Test Coverage Screenshot


Feature PEM

Subgroup

Pull requests associated with this feature

The list of pull requests associated with this feature is:

New/Updated domain entities

New entities

Entities changed

  • Option
    • Added field relevance
  • [MultipleChoiceQuestion]
    • Added field multipleSelection
    • Added field orderOfRelevance
  • [ErrorMessage]
    • Added field RELEVANCE_ONLY_WITH_CORRECT_OPTION
    • Added field RELEVANCE_ONLY_WITH_MULTIPLE_SELECTION -[MultipleChoiceCorrectAnswerDto]
    • Added field multipleSelection
    • Added field orderOfRelevance
    • Added field correctOptionsIds

Feature testing

We define one success tests one insuccess test, and tests for invalid input. The direct links to these are:

Test Coverage Screenshot

The screenshot includes the test coverage results associated with the new/changed entities:

Test Coverage Screenshot


Feature PCI

Subgroup

  • Carolina Ramos, 93694, Carolina-Ramos
  • Maria Beatriz Venceslau, 93734, BeatrizVenceslau

Pull requests associated with this feature

The list of pull requests associated with this feature is:

New/Updated domain entities

New entities

Entities changed

Feature testing

We define one success test, one insuccess test, and tests for invalid input. The direct links to these are:

Test Coverage Screenshot

The screenshot includes the test coverage results associated with the new/changed entities:

Test Coverage Screenshot