Skip to content
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

[Security Solution] Test audit #174918

Open
Tracked by #173508
MadameSheema opened this issue Jan 16, 2024 · 1 comment
Open
Tracked by #173508

[Security Solution] Test audit #174918

MadameSheema opened this issue Jan 16, 2024 · 1 comment
Labels
Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.

Comments

@MadameSheema
Copy link
Member

Auditing the test suite helps identify defects in the automation scripts, such as incorrect assertions or missing test cases, and helps ensure that all the tests are functioning correctly. We need to take into consideration that as our application evolves, the automation test suite should evolve as well to ensure that it continues to test the critical functionality of the application.

With this exercise, we can identify areas of the application that have changed and require additional test cases to be added or existing test cases to be updated. Also to identify redundant, obsolete, or unnecessary tests that can be removed to reduce time execution of the tests and improve overall efficiency.

Output

  • Defects in the automation scripts. For instance, incorrect assertions or flakiness
  • Missing test cases
  • Duplicated test cases
  • Obsolete/unnecessary test cases
  • Test cases that can be moved to a lower layer
@MadameSheema MadameSheema added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Jan 16, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Projects
None yet
Development

No branches or pull requests

2 participants