CSC/ECE 517 Fall 2021 - E2134. Write unit tests for admin controller.rb and institution controller.rb: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Problem Statement and Background == | == Problem Statement and Background == | ||
Expertiza allows | Expertiza allows authorized users to create/edit/delete information of institutions and for the admin to create/edit/delete information of instructors. The repository lacks systematic unit tests for both the admin controller and institution controller. | ||
== Implementation == | == Implementation == |
Revision as of 08:02, 12 October 2021
E2134. Write unit tests for admin controller.rb and institution controller.rb
This page is a description of Expertiza OSS project E2134. Write unit tests for admin controller.rb and institution controller.rb
Problem Statement and Background
Expertiza allows authorized users to create/edit/delete information of institutions and for the admin to create/edit/delete information of instructors. The repository lacks systematic unit tests for both the admin controller and institution controller.
Implementation
Scenario 1:
Cases Tested
Code Snippet
Scenario 2:
Cases Tested
Code Snippet
Scenario 3:
Cases Tested
Code Snippet
Scenario 4:
Cases Tested
Code Snippet
Our Team
References
Expertiza on GitHub click here
To visit our forked repo, click here
View our pull request click here