on ‎2025 Jul 25 3:12 AM
While we are fetching reports under test suite analytics, we could see that the test case Overall Status Description shows as Errors (highlighted in the attached screenshot) for the execution status Blocked(Custom status). Our requirement is to populate the Overall Status Description should be filled as Blocked with Red rating wherever the test case execution status is Blocked.
Request clarification before answering.
Test status description is maintained in the following data elements for respective colors.
SMT_V_TPLN_CNT_GREEN
SMT_V_TPLN_CNT_YELLOW
SMT_V_TPLN_CNT_RED
SMT_V_TPLN_CNT_BLUE
Choose any one of the following solutions best suited to your business requirement.
1.Update the standard data element label
Tcode CMOD->GOTO->Text Enhancements-> Keyword->Change.
Enter Data element and add custom label.
Note: This impacts all the reports.
During upgrade this has to be manually changed else the original settings will be updated.
2. Enhance Method CL_SMT_CUST_UTIL=>GET_TEXT_4_TCSE_STATUS_COLOR_1 - this will impact multiple places.
3. Enhance method CL_SMT_RPT_TPLN_REPORTING=>BUILD_TPLN_TPCK_TCSE_HIER, field name status_color_txt in itab ET_TPLN_STATUS_INTREE. -this will be called in tpln report also in tpck report.( Note : This is preferred solution as this does not impact other areas)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.