Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • All acceptance test are run on the ci server. With upcoming changes noted in http://mifosforge.jira.com/browse/MIFOSTEST-668 the first stage on the ci server will run the "smoke" group of test to ensure the application is up and running. A second stage will execute all acceptance tests.
  • For developers, the default group of acceptance tests is the "smoke" group. This group only consists of 5 tests that do the following tasks:

...

createClientAndChangeStatusTest
Test class: org.mifos.test.acceptance.client.ClientTest

createGroupInPendingApprovalStateTestWithSurveys
Test class: org.mifos.test.acceptance.group.GroupTest

newMandatoryClientSavingsAccountWithDateTypeCustomField
Test class: org.mifos.test.acceptance.savings.CreateSavingsAccountTest

newWeeklyClientLoanAccountWithQuestionGroups
Test class: org.mifos.test.acceptance.loan.CreateClientLoanAccountTest

searchAccountTest
Test class: org.mifos.test.acceptance.search.SearchAccountTest

  • This small group of tests speeds up the developer build. However, if you have risky changes to commit, please

Running from the command line

...