You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: