Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunks128 authored Dec 14, 2023
1 parent 996323a commit de3e653
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions docs/guides/software-lifecycle/continuous-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,8 @@
---

## Prerequisites
- CT Tools (These tools encompass both open-source and widely adopted commercial solutions)
- **Unit Testing:**
- Jest (Javascript), Pytest (Python)
- **Integration Testing:**
- Jest (Javascript), Pytest (Python)
- **Regression Testing:**
- Selenium, Playwright
- **Performance Testing:**
- Apache JMeter
- **Security Testing:**
- Dependabot, SonarQube
- **Verification and Validation (V&V):**
- SonarQube, ESLint (Javascript), PyLint (Python)
- **UI/UX Testing**
- Selenium, Playwright
- Understanding of the software development lifecycle
- Knowledge of the application architecture and dependencies
- An established set of test cases for initial implementation
- A list of your software tools, a diagram of their interaction, and a list of all third-party dependencies


---

Expand All @@ -54,11 +38,9 @@ graph TD;
B --> C;
subgraph A[Planning and Design]
D[Develop a comprehensive testing plan aligned with SLIM recommendations]
E[Establish a shared plan for Continuous Testing]
F[Define test requirements, specifying what to test and the reasons behind it]
G[Identify roles for testers and implementers]
H[Tools: TestRail]
D[Develop testing plan]
F[Define test requirements]
G[Identify roles for testers]
end
Expand All @@ -73,8 +55,8 @@ graph TD;
end
subgraph C[Improvement and Reporting]
P[Conduct retrospectives and feedback sessions for continuous enhancement]
Q[Regularly update tests to accommodate changes in functionality, new features, or optimizations]
P[Conduct feedback sessions]
Q[Regularly update tests]
R[Reporting and Analysis]
S[Continuous Improvement]
end
Expand Down

0 comments on commit de3e653

Please sign in to comment.