Skip to content

Commit 9f7a22b

Browse files
shbenzerharsha509
andauthored
Added more examples to testing type descriptions (#1970)[deploy site]
Co-authored-by: Sri Harsha <[email protected]>
1 parent 79ac045 commit 9f7a22b

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

website_and_docs/content/documentation/test_practices/testing_types.en.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ Load testing is done to verify how well the
6363
application works under different defined loads
6464
(usually a particular number of users connected at once).
6565

66+
>For example, **_Testing that the site can handle numerous orders/users at once._**
67+
6668
#### Stress testing
6769
Stress testing is done to verify how well the
6870
application works under stress (or above the maximum supported load).
6971

72+
>For example, **_Testing that your ecommerce site can handle Black Friday_**
73+
7074
Generally, performance tests are done by executing some
7175
Selenium written tests simulating different users
7276
hitting a particular function on the web app and
@@ -89,6 +93,8 @@ This testing is generally done after a change, fix or feature addition.
8993

9094
To ensure that the change has not broken any of the existing
9195
functionality, some already executed tests are executed again.
96+
97+
>For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**
9298
9399
The set of re-executed tests can be full or partial
94100
and can include several different types, depending

website_and_docs/content/documentation/test_practices/testing_types.ja.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ Webアプリケーションの場合、期待されるリターンをシミュ
4242
#### ロードテスト
4343
ロードテストは、定義されたさまざまな負荷(通常、特定の数のユーザーが同時に接続されている場合)でアプリケーションがどの程度機能するかを確認するために行われます。
4444

45+
>For example, **_Testing that the site can handle numerous orders/users at once._**
46+
4547
#### ストレステスト
4648
ストレステストは、ストレス下(またはサポートされている最大負荷以上)でアプリケーションがどの程度機能するかを確認するために行われます。
4749

50+
>For example, **_Testing that your ecommerce site can handle Black Friday_**
51+
4852
一般に、パフォーマンステストは、Seleniumで書かれたテストを実行して、さまざまなユーザーがWebアプリの特定の機能を押して、意味のある測定値を取得することをシミュレートして実行されます。
4953

5054
これは通常、メトリックを取得する他のツールによって行われます。
@@ -63,6 +67,8 @@ Webアプリケーションの場合、測定する詳細には、スループ
6367

6468
再実行されるテストのセットは、完全または部分的なものにすることができ、アプリケーションおよび開発チームに応じて、いくつかの異なるタイプを含めることができます。
6569

70+
>For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**
71+
6672
### テスト駆動開発 (TDD)
6773
テストタイプそのものではなく、TDDはテストが機能の設計を推進する反復的な開発方法論です。
6874

website_and_docs/content/documentation/test_practices/testing_types.pt-br.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ O teste de carga é feito para verificar o quão bem o
6363
aplicativo funciona sob diferentes cargas definidas
6464
(geralmente um determinado número de usuários conectados ao mesmo tempo).
6565

66+
>For example, **_Testing that the site can handle numerous orders/users at once._**
67+
6668
#### Teste de estresse
6769
O teste de estresse é feito para verificar o quão bem
6870
a aplicação funciona sob estresse (ou acima da carga máxima suportada).
6971

72+
>For example, **_Testing that your ecommerce site can handle Black Friday_**
73+
7074
Geralmente, os testes de estresse são feitos executando alguns
7175
testes escritos com Selenium simulando diferentes usuários
7276
utilizando uma função específica no aplicativo da web e
@@ -89,6 +93,8 @@ Esse teste geralmente é feito após uma alteração, correção ou adição de
8993

9094
Para garantir que a mudança não quebrou nenhumas das
9195
funcionalidades, alguns testes já executados são executados novamente.
96+
97+
>For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**
9298
9399
O conjunto de testes re-executados pode ser total ou parcial
94100
e pode incluir vários tipos diferentes, dependendo

website_and_docs/content/documentation/test_practices/testing_types.zh-cn.md

+6
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ aliases: [
4747
以验证应用程序在各种特定的负载
4848
(通常是同时连接一定数量的用户) 下的运行状况
4949

50+
>For example, **_Testing that the site can handle numerous orders/users at once._**
51+
5052
#### 压力测试
5153
进行压力测试,
5254
以验证应用程序在压力 (或高于最大支持负载) 下的运行状况.
5355

56+
>For example, **_Testing that your ecommerce site can handle Black Friday_**
57+
5458
通常, 性能测试是通过执行一些Selenium书写的测试来完成的,
5559
这些测试模拟了不同的用户
5660
使用Web应用程序的特定功能
@@ -75,6 +79,8 @@ aliases: [
7579
为了确保所做的更改没有破坏任何现有功能,
7680
将再次执行一些已经执行过的测试.
7781

82+
>For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**
83+
7884
重新执行的测试集可以是全部或部分,
7985
并且可以包括几种不同的类型,
8086
具体取决于具体的应用程序和开发团队.

0 commit comments

Comments
 (0)