Skip to content

Commit 2f718f8

Browse files
committed
Soak testing: remove outdated metadata
1 parent da57b89 commit 2f718f8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/data/markdown/translated-guides/en/06 Test Types/05 Soak Testing.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,3 @@ The expected outcome is that the performance and resource utilization of the bac
9696

9797
After you run all the previous test types, you know your system performs well at many different loads: small, average, high, and extended.
9898

99-
100-
<LdScript script='{
101-
"@context": "https://schema.org",
102-
"@type": "FAQPage",
103-
"mainEntity": [{
104-
"@type": "Question",
105-
"name": "When to do soak testing?",
106-
"acceptedAnswer": {
107-
"@type": "Answer",
108-
"text": "<p>Soak testing helps you uncover bugs and reliability issues that surface over an extended period. Many complex systems have bugs of this nature.</p><p>You should execute soak tests after your standard load tests are successful, and your system has been found stable when executing a stress test.</p><p>Soak testing is the last major step on the road to building reliable systems.</p>"}}]}' />
109-

0 commit comments

Comments
 (0)