TestManagement2.0 - adapt "Test Execution" window

Detlef Biederma
Tera Expert

Hello 

 

We plan to use "TestManagement2.0".  

When execute the test a new window is open, which allows:
- add comment & attachment - when test-step failed
- add comment & attachment - then test-stop is blocked

 

Is there any way to configure this window to add attachment when the test-step passed ???

 
 

2026-03-25 07_19_31-Sent Items - detlef.biedermann@capgemini.com - Outlook.png

 

Sincerely Detlef Biedermann

 
 

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi,

This would require customising the test_step_list UI Macro.

  1. Line 148 is configured to only show the attachment option when the status is blocked or failed. Would need to remove the condition
  2. Would need to investigate whether the system will need further modification to handle the upload of the attachment if there is further conditional code 

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

Hi,

This would require customising the test_step_list UI Macro.

  1. Line 148 is configured to only show the attachment option when the status is blocked or failed. Would need to remove the condition
  2. Would need to investigate whether the system will need further modification to handle the upload of the attachment if there is further conditional code 

Detlef Biederma
Tera Expert

Many, many thanks, this was a great help.