We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make sure our systems are working, we have different levels of testing:
The above tests only focus on "does the unit/component/system work as expected".
There is not control related to wether the unit/component/system was working better or worse before and after the changes.
This imply we add one more type testing
Related epic/story:
The text was updated successfully, but these errors were encountered:
ladislas
No branches or pull requests
Description
To make sure our systems are working, we have different levels of testing:
unit testing
integration testing
(on device) component testing
(on device) integration testing
(on device) functional testing
(on device) system testing
Missing types of testing
The above tests only focus on "does the unit/component/system work as expected".
There is not control related to wether the unit/component/system was working better or worse before and after the changes.
This imply we add one more type testing
(on device) performance testing
Related epic/story:
The text was updated successfully, but these errors were encountered: