You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Translate examples to all supported languages for consistency
Translate the example for load testing into Japanese, Portuguese, and Chinese to maintain consistency across all language versions of the documentation.
>For example, **_Testing that the site can handle numerous orders/users at once._**
+>例えば、**_サイトが一度に多数の注文/ユーザーを処理できることをテストする。_**++>Por exemplo, **_Testar se o site pode lidar com vários pedidos/usuários de uma só vez._**++>例如,**_测试网站是否能同时处理大量订单/用户。_**+
Apply this suggestion
Suggestion importance[1-10]: 9
Why: Translating examples into all supported languages enhances consistency and accessibility across the documentation, making it easier for non-English speakers to understand the examples.
9
Translate examples into Japanese for better comprehension by Japanese readers
Translate the examples for load testing, stress testing, and regression testing into Japanese to maintain consistency with the English version and improve readability for Japanese users.
->For example, **_Testing that the site can handle numerous orders/users at once._**+>例えば、**_サイトが一度に多数の注文/ユーザーを処理できることをテストする。_**->For example, **_Testing that your ecommerce site can handle Black Friday_**+>例えば、**_eコマースサイトがブラックフライデーに対応できることをテストする。_**->For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**+>例えば、**_新しい検索バーが、メニューの他のボタンを壊していないことをテストする。_**
Apply this suggestion
Suggestion importance[1-10]: 9
Why: Translating examples into Japanese ensures that Japanese readers can fully comprehend the documentation, aligning with the multilingual support provided in the PR.
9
Provide multiple examples for regression testing to illustrate its scope
Expand the regression testing example to include multiple scenarios, showcasing the breadth of regression testing.
->For example, **_Testing that your new search bar doesn't break the other buttons on the menu_**+>For example:+>- **_Testing that your new search bar doesn't break the other buttons on the menu_**+>- **_Verifying that existing user authentication still works after implementing a new password policy_**+>- **_Ensuring that previously working features like shopping cart and payment processing are unaffected by recent database optimizations_**
Apply this suggestion
Suggestion importance[1-10]: 8
Why: Expanding the regression testing example to include multiple scenarios offers a broader understanding of the scope and importance of regression testing, enhancing the educational value of the documentation.
8
Provide a more specific example for stress testing
Provide a more specific example for stress testing, focusing on a particular aspect of the system under extreme load.
->For example, **_Testing that your ecommerce site can handle Black Friday_**+>For example, **_Testing that your ecommerce site's checkout process remains functional when experiencing 10 times the normal traffic during a Black Friday sale_**
Apply this suggestion
Suggestion importance[1-10]: 7
Why: Providing a more specific example for stress testing improves clarity and helps readers better understand the practical implications of stress testing in real-world scenarios.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
added more examples to testing type descriptions
Description
added examples to stress, load, and regression testing
Motivation and Context
increase understanding for new qa testers reading docs
Types of changes
Checklist
PR Type
Documentation
Description
Changes walkthrough 📝
testing_types.en.md
Add examples to testing types documentation in English
website_and_docs/content/documentation/test_practices/testing_types.en.md
testing_types.ja.md
Add examples to testing types documentation in Japanese
website_and_docs/content/documentation/test_practices/testing_types.ja.md
testing_types.pt-br.md
Add examples to testing types documentation in Portuguese (Brazil)
website_and_docs/content/documentation/test_practices/testing_types.pt-br.md
testing_types.zh-cn.md
Add examples to testing types documentation in Chinese
website_and_docs/content/documentation/test_practices/testing_types.zh-cn.md