InterviewSolution
| 1. |
What Is Trm? |
|
Answer» TRM means Test Responsibility Matrix. This is a vital reference document to ensure all the requirements are COVERED by at least one test case.It indicates mapping between test FACTORS and development STAGES. Test factors like: Ease of use, reliability, portability, authorization, access control, audit TRAIL, ease of operates, maintainable etc. TRM means Test Responsibility Matrix. This is a vital reference document to ensure all the requirements are covered by at least one test case.It indicates mapping between test factors and development stages. Test factors like: Ease of use, reliability, portability, authorization, access control, audit trail, ease of operates, maintainable etc. |
|