How we write unit test in my team in Openchip
- Track:
- Testing, Quality Assurance, Security
- Type:
- Poster
- Level:
- beginner
- Duration:
- 60 minutes
Abstract
Have you ever wondered how to write good unit tests? Do you know the best practices for unit testing? Or maybe you’re already using unit tests in your project and want to see how others approach them?
If the answer to any of these questions is yes, this talk is for you. During the session, you’ll learn how to write proper unit tests, discover good testing practices, learn to distinguish mocks from stubs, see examples of using dependency injection to improve testability, and find out what pure functions are and why they’re easier to test.