Main Page: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* [[Grading]] | * [[Grading]] | ||
== | ==Metaprogramming== | ||
* [[CSC/ECE_517_Spring_2013/ch1b_1k_hf|Lecture on Metaprogramming]] | |||
== | ==Development== | ||
''Expertiza now has a Java dependency, so the machine you are using to develop Expertiza on should have the JVM installed.'' | ''Expertiza now has a Java dependency, so the machine you are using to develop Expertiza on should have the JVM installed.'' | ||
Line 24: | Line 24: | ||
* [[Debugging Rails]] | * [[Debugging Rails]] | ||
== | ==Production== | ||
* [[Deploying to Production]] | * [[Deploying to Production]] | ||
* [[Downloading Production Data]] | * [[Downloading Production Data]] | ||
* [[Accessing the Production Server]] | * [[Accessing the Production Server]] | ||
== | ==Testing== | ||
* [[Using Cucumber with Expertiza]] | * [[Using Cucumber with Expertiza]] | ||
* [[Rails Testing Overview]] | * [[Rails Testing Overview]] |
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
Metaprogramming
Development
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