Every output in Software Development Life Cycle (SDLC) is called "Work Product". There are three types of it;
- Business-oriented Work Products: Documents that describes what is expected. Example; user stories, requirements, epics, etc.
- Development Work Products: Usually includes codes. Example; automated unit tests, code pieces, etc.
- Test Work Products: Test documentation and/or automated test code. Example; test plans, strategies, test scenarios, test reports, automated UI tests, etc.