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

BESSER Test Generator #122

Open
FitashUlHaq opened this issue Nov 11, 2024 · 0 comments
Open

BESSER Test Generator #122

FitashUlHaq opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@FitashUlHaq
Copy link
Collaborator

Dear all,

We have begun development on the test generator for BESSER, and the first version is now available on the feature/testcasegenerator branch.

Currently, we are focusing on implementing both gray-box and black-box testing strategies using structural models:

  • Gray-Box Testing: We are generating unit test cases that validate the code generators (e.g., constructors, setters, getters, etc.) to ensure correct functionality at the implementation level, these tests can be used for regression testing as well. We are planning to target different coverage criterias for this (SC, CC, MC/DC).

  • Black-Box Testing: Our approach here is focused on system-level test cases to verify the deployed application's behavior through its UI. This feature is in progress and will be available soon on the feature/testcasegenerator branch.

We welcome any suggestions on patterns, criteria, or features you’d like to see included in the Test Generator.

@FitashUlHaq FitashUlHaq self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant