From 2954b72765ead68e9a189db610a4512c890924f0 Mon Sep 17 00:00:00 2001 From: Jose Luis Osorno Date: Wed, 16 Jan 2019 12:13:02 +0100 Subject: [PATCH] Documentation - Some fixes after review --- docs/integration-testing.md | 4 ++-- docs/it-working.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/integration-testing.md b/docs/integration-testing.md index 8649cfdb..35d2c6d7 100644 --- a/docs/integration-testing.md +++ b/docs/integration-testing.md @@ -5,9 +5,9 @@ Last reviewed: 2019-01-16 --- # Integration testing -"Integration testing is the phase in software testing where individual software modules are combined and tested as a group. It occurs after unit testing and +_"Integration testing is the phase in software testing where individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing. Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies tests defined -in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing. [Wikipedia]." +in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing. [Wikipedia]."_ Even if the definition of integration testing is a general description, the concept is also valid for Alfresco projects. diff --git a/docs/it-working.md b/docs/it-working.md index 0a15b1eb..695b4456 100644 --- a/docs/it-working.md +++ b/docs/it-working.md @@ -121,7 +121,7 @@ classes are included in the folder `integration-tests/src/test/java`. ``` This is specially useful when the ACS endpoint is not exposed at the default location (`http://localhost:8080/alfresco`). This property is important when the -development environment is run using Docker Toolbox (old Windows and MacOS versions). In this case, the container exposed ports are not mapped to localhost, +development environment is run using Docker Toolbox (old Windows and MacOS versions). In this case, the container exposed ports are not mapped to `localhost`, but to a custom IP provided by the Virtual Box virtual machine (i.e. `http://192.168.99.100:8080/alfresco`). * The All-In-One project utility scripts (`run.sh` / `run.bat`) offer two different tasks to execute the integration tests: @@ -131,8 +131,7 @@ but to a custom IP provided by the Virtual Box virtual machine (i.e. `http://192 ## Sample tests included in the generated project -The All-In-One archetype includes some basic integration tests that demonstrates the way you can implement the integration tests of your custom module. This -section illustrates what they check. +The All-In-One archetype includes some basic integration tests that demonstrate the way you can implement the integration tests of your custom module. ### `CustomContentModelIT`: Checking the correct existence and setup of a custom model