docs
docs copied to clipboard
[docs]: Added More Glossary Terms to Testing Glossary Page
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.mdfile. - Adding a new "Volume Testing" glossary entry under the letter V, including a detailed
volume-testing.mdfile. - Adding a new "Usability Testing" glossary entry to the already existing U section, including a detailed
usability-testing.mdfile. - 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
How Has This Been Tested?
- Ran
npm run buildandnpm run serveto 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
npm run serve
Checklist:
- [x] My code follows the style guidelines of this project.