Skip to content

Commit 6c2b3e6

Browse files
committed
Tweak intro: APT guide
1 parent 406fe00 commit 6c2b3e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/markdown/translated-guides/en/07 Testing Guides/02 Automated performance testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ excerpt: 'Performance testing automation is about establishing a repeatable and
55
---
66

77

8-
Performance testing automation is about establishing **a repeatable and consistent process that checks reliability issues** at different stages of development and release cycle.
8+
Performance testing automation is about establishing **a repeatable and consistent process that checks reliability issues** at different stages of development and release cycle. For instance, you could run performance tests from CI/CD pipelines and nightly jobs, or manually trigger load tests and monitor their impact in real-time.
99

10-
Performance testing automation does not remove the need to run tests manually. For instance, you could run performance tests from CI/CD pipelines and nightly jobs, or manually trigger load tests and monitor their impact in real-time.
10+
In performance testing, automation does not remove the need to run tests manually. It’s about planning performance tests as part of your Software Development Life Cycle (SDLC) for **continuous performance testing**.
1111

12-
This guide provides general recommendations to help you plan and define a strategy for running automated performance tests as part of your Software Development Life Cycle (SDLC) for **continuous performance testing**:
12+
This guide provides general recommendations to help you plan and define a strategy for running automated performance tests:
1313

1414
- Which tests to automate?
1515
- Which environment to test?

0 commit comments

Comments
 (0)