CSC/ECE 517 Fall 2021 - E2168. Testing - Reputations

From Expertiza_Wiki
Revision as of 19:59, 2 November 2021 by Zlu5 (talk | contribs) (→‎Objectives)
Jump to navigation Jump to search

Project Overview

Objectives

Our objectives for this project are the following:

  • Double and stub an assignment, a few submissions to the assignment, under different review rubrics
  • Manually calculate reputation scores based on paper "Pluggable reputation systems for peer review: A web-service approach"
  • Validate correct reputation scores based on different review rubrics generated by reputation management VS manual computation of reputation score expectation

Files Involved

  • reputation_web_service_controller_spec
  • hamer_spec
  • lauw_spec

Test Plan

Relevant Methods

ReputationController_spec

  • db_query
  • db_query_with_quiz_score
  • json_generator
  • client
  • send_post_request

ReputationController_spec

db_query

db_query_with_quiz_score

json_generator

client

send_post_request

Results

Collaborators

Jinku Cui (jcui23)

Henry Chen (hchen34)

Dong Li (dli35)

Zijun Lu (zlu5)

References

  1. Expertiza on GitHub
  2. The live Expertiza website
  3. Pluggable reputation systems for peer review: A web-service approach