docs icon indicating copy to clipboard operation
docs copied to clipboard

[docs]: Added More Glossary Terms to Testing Glossary Page

Open riddhi-testcases opened this issue 7 months ago • 2 comments

What has changed?

This PR updates the glossary documentation by:

  • Adding a new "Keyword Driven Testing" glossary entry under the letter K, including a detailed keyword-driven-testing.md file.
  • Adding a new "Volume Testing" glossary entry under the letter V, including a detailed volume-testing.md file.
  • Adding a new "Usability Testing" glossary entry to the already existing U section, including a detailed usability-testing.md file.
  • Please note: Certain explanations and facts in the new documentation are AI-generated.

This PR Resolves keploy/keploy#2770

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue).
  • [x] New feature (non-breaking change which adds functionality).
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • [x] Documentation update (if none of the other choices apply).

Screenshots

Screenshot 2025-06-19 015449 Screenshot 2025-06-19 015515 Screenshot 2025-06-19 015540

How Has This Been Tested?

  • Ran npm run build and npm run serve to verify that the documentation builds successfully and the new glossary terms render correctly.
  • Screenshots of the output from both commands and the new/updated glossary pages are attached below.

npm run build Screenshot 2025-06-19 015335 npm run serve Screenshot 2025-06-19 015603

Checklist:

  • [x] My code follows the style guidelines of this project.

riddhi-testcases avatar Jun 18 '25 20:06 riddhi-testcases