/
Integration Testing
Integration Testing
Overview
Documents the terminology server approach to integration testing.
Details
Unit tests should
assume "dev" configuration
use the "test" db configuration
create data and services (in @BeforeClass)
test data (in @Test)
test loading objects
test changing objects
test searching for objects
test history
Test edge cases and all known conditions
clean up date (in @AfterClass)
References/Links
, multiple selections available,
Related content
Unit Testing
Unit Testing
More like this
Unit Testing
Unit Testing
More like this
Functional REST Testing
Functional REST Testing
More like this
Functional Jpa Testing
Functional Jpa Testing
More like this
Unit and Integration/Functional Testing
Unit and Integration/Functional Testing
More like this
Ad Hoc REST Test Suites
Ad Hoc REST Test Suites
More like this