Skip to content

docs: add the glossary terms in the 3 version #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions static/data/glossaryEntries.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@ export const glossaryEntries = {
link: "/docs/concepts/reference/glossary/cucumber-testing",
description: "Uses Gherkin syntax to write readable tests.",
},
{
name: "Component Testing",
link: "/docs/concepts/reference/glossary/component-testing",
description: "Tests individual parts of the application in isolation",
},
],
D: [
{
name: "Defect Management",
link: "/docs/concepts/reference/glossary/defect-management",
description:
"Tracks, prioritizes, and resolves bugs to improve software quality.",
},
{
name: "Data Driven Testing",
link: "/docs/concepts/reference/glossary/data-driven-testing",
description:
"Transforming Quality Assurance Through Intelligent Test Automation",
},
],
E: [
{
Expand All @@ -70,6 +89,11 @@ export const glossaryEntries = {
link: "/docs/concepts/reference/glossary/gray-box-testing",
description: "Tester has partial knowledge of the codebase.",
},
{
name: "gRPC",
link: "/docs/concepts/reference/glossary/grpc",
description: "Revolutionizing Modern API Development",
},
],
I: [
{
Expand All @@ -83,6 +107,22 @@ export const glossaryEntries = {
description: "Same input gives same result every time.",
},
],
J: [
{
name: "JUnit",
link: "/docs/concepts/reference/glossary/junit",
description:
"A popular Java testing framework used to write and run repeatable unit tests.",
},
],
L: [
{
name: "Load Testing",
link: "/docs/concepts/reference/glossary/load-testing",
description:
"Tests how the system performs under heavy user or data load.",
},
],
M: [
{
name: "Manual Testing",
Expand All @@ -100,12 +140,49 @@ export const glossaryEntries = {
description: "Validates independent services in isolation.",
},
],
N: [
{
name: "Negative Testing",
link: "/docs/concepts/reference/glossary/negative-testing",
description:
"Systematic testing of failures, errors, and unexpected inputs.",
},
],
O: [
{
name: "Observability Testing",
link: "/docs/concepts/reference/glossary/observability-testing",
description: "Building Resilient Systems Through Monitoring Testing",
},
],
P: [
{
name: "Performance Testing",
link: "/docs/concepts/reference/glossary/performance-testing",
description:
"Evaluates system speed, stability, and responsiveness under varying conditions.",
},
],
Q: [
{
name: "QA Automation",
link: "/docs/concepts/reference/glossary/qa-automation",
description:
"Uses tools and scripts to automate software testing and validation processes.",
},
],
R: [
{
name: "Regression Testing",
link: "/docs/concepts/reference/glossary/regression-testing",
description: "Ensures new code doesn’t break old features.",
},
{
name: "Reliability Testing",
link: "/docs/concepts/reference/glossary/reliability-testing",
description:
"Verifies that the system consistently performs under expected conditions over time.",
},
],
S: [
{
Expand Down Expand Up @@ -143,6 +220,13 @@ export const glossaryEntries = {
description: "Tests specific code components in isolation.",
},
],
V: [
{
name: "Visual Regression Testing",
link: "/docs/concepts/reference/glossary/visual-regression-testing",
description: "Detects UI bugs by comparing screenshots.",
},
],
W: [
{
name: "White Box Testing",
Expand Down
Binary file added static/img/glossary/What-is-a-Defect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/glossary/gRPC-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/glossary/reliability-testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading