- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
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 ???
Sincerely Detlef Biedermann
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi,
This would require customising the test_step_list UI Macro.
- Line 148 is configured to only show the attachment option when the status is blocked or failed. Would need to remove the condition
- Would need to investigate whether the system will need further modification to handle the upload of the attachment if there is further conditional code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi,
This would require customising the test_step_list UI Macro.
- Line 148 is configured to only show the attachment option when the status is blocked or failed. Would need to remove the condition
- Would need to investigate whether the system will need further modification to handle the upload of the attachment if there is further conditional code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Many, many thanks, this was a great help.
