Main Page: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Undo revision 101271 by Xpan (talk))
(Undo revision 101262 by Xpan (talk))
Line 12: Line 12:


=="Topics" tab function==
=="Topics" tab function==
''Expertiza now has a Java dependency, so the machine you are using to develop Expertiza on should have the JVM installed.''
* [[Setting Up a Development Machine]]
* [[Creating a Linux Development Environment for Expertiza - Installation Guide]]
* [[Using git and github for projects]]
* [[Using heroku to deploy your projects]]
* [[How to Begin a Project from the Current Expertiza Repository]]
* [[Git]]
* [[How to Change a User's Password on a Development Machine]]
* [[Debugging Rails]]


=="Rubrics" tab function==
=="Rubrics" tab function==
* [[Deploying to Production]]
* [[Downloading Production Data]]
* [[Accessing the Production Server]]


=="Due dates" tab function==
=="Due dates" tab function==
* [[Using Cucumber with Expertiza]]
* [[Rails Testing Overview]]
* [[Expertiza Continuous Integration]]
==References==
* [[Object-Oriented Design and Programming]]

Revision as of 02:56, 24 March 2016

Functional tests for assignment creation function

"General" tab function, "Topics" tab function, you need to ensure topic creation functionality works. "Rubrics" tab function, you need to test each questionnaire dropdowns, scored-question display style dropdowns, weight text fields and notification limit text fields and make sure they can be saved successfully. "Due dates" tab function, you need to test “Date & time” date selectors and other action-allowed dropdowns and make sure they can be saved successfully.

Application Behavior

"General" tab function

you need to test assignment name, course, submission directory, description URL, ‘Has team?’, ‘Has quiz?’ and ‘Calibrated peer-review for training’ and make sure either text fields or checkboxes can be saved successfully.

"Topics" tab function

Expertiza now has a Java dependency, so the machine you are using to develop Expertiza on should have the JVM installed.

"Rubrics" tab function

"Due dates" tab function

References