Skip to content

Commit 26ac253

Browse files
authored
Fix typo in test-aspnet-core-services-web-apps.md (#20621)
* Fix typo in test-aspnet-core-services-web-apps.md * paraphrase a paragraph in test-aspnet-core-services-web-apps.md * Update test-aspnet-core-services-web-apps.md
1 parent ca10538 commit 26ac253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/microservices/multi-container-microservice-net-applications/test-aspnet-core-services-web-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The reference application (eShopOnContainers) tests were recently restructured a
135135

136136
3. **Application functional/integration tests**, which focus on microservices integration, with test cases that exert several microservices. These tests are located in project **Application.FunctionalTests**.
137137

138-
Unit and integration test per microservice are contained in a test folder in each microservice and Application a Load tests are contained under the test folder in the solution folder, as shown in Figure 6-25.
138+
While unit and integration tests are organized in a test folder within the microservice project, application and load tests are managed separately under the root folder, as shown in Figure 6-25.
139139

140140
![Screenshot of VS pointing out some of the test projects in the solution.](./media/test-aspnet-core-services-web-apps/eshoponcontainers-test-folder-structure.png)
141141

0 commit comments

Comments
 (0)