Adding attachment to steps on Test Management 2.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 03:47 AM
Hello everyone,
I'm trying to configure adding attachments to steps on Test Management 2.0.
For better understanding, I will try to describe the whole process:
On the Version table [sn_test_management_test_version], where the test and its content is created, there is a macro "test_version_steps_template" that takes data from the sn_test_management_step table.
Version table:
Step table:
Step is a field on the mentioned step table and its type is a string, so it is not possible to add images.
Then, when the test fills and switches to the ready state it is possible to run the test.
When the test is triggered to fill, the new pop-up window appear (image below) and user sees these steps in the UI page + macro [test_step_list]
In this popup, I would like to be able to display images that could be added to the step. (Something similar to an image below)
From a user perspective, being able to add an image to understand the assignment/test is much better than describing it in words.
I tried changing the Step field type from string to HTML, but it had no effect on Macro. (picture below)
1) Modified step table and field from string to html
2) Macro displayed on Version table
3) Pop up window displaying step
Does anyone have experience with adding attachments for steps in test management? Alternatively, how would you approach a given requirement?
Do you have any other ideas on how to display attachments on a popup window, so that the user doesn't have to manually search for attachments, while not getting too customized in the process?
Redesigning various macros and UI pages seems to me to have a large impact on Test mng.
Why ServiceNow doesn't implement this in OOTB? It looks pretty reasonable to me to have such a feature.
Thank you for any ideas!
Jan
- Labels:
-
Test Management
- 1,389 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 12:29 PM
@Jan _t_p_nek were you ever able to make progress on this? I'm interested in the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 12:03 AM
No, unfortunately not.