-
Notifications
You must be signed in to change notification settings - Fork 0
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
Creating Proper Test Cases #1
Comments
Framework for Test Cases Objectives • Ensure all parts of the pipeline function correctly under various conditions. Key areas for testing • Data synchronization- Verify camera and LiDAR data align correctly. Implementation plan • Design test cases - Write tests for normal, stress, and failure scenarios. |
Choosing a Testing Framework Decided to go with PyTest Framework after comparing it with Unittest. Reasons : |
PyTest examples 1.Data export
2.Real-Time data handling
|
Test case example for MVP Verify Image Conversion Code to be tested - imageconversion.py |
No description provided.
The text was updated successfully, but these errors were encountered: