Test Mngt 2.0 - Is there a way to add a line break when creating a test step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2023 06:28 AM
When creating a test step for a test, how can I do a line break and move to the next line into the same test step?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2023 05:19 PM
In ServiceNow PPM Test Management module, when creating or editing a test step, you can use the HTML line break tag to insert a line break and move to the next line within the same test step. The HTML line break tag is represented as <br>
.
To insert a line break in a test step, follow these steps:
- Navigate to Test Management in your ServiceNow instance.
- Open the test for which you want to add or edit a test step.
- In the Test Steps related list, either create a new test step or edit an existing one.
- In the "Description" or "Expected Results" fields, where you want to insert a line break, type
<br>
at the desired location.
For example, if you want to create a test step with the following content:
Step 1: Log in to the application.
Step 2: Navigate to the dashboard.
Step 1: Log in to the application.<br>Step 2: Navigate to the dashboard.
After saving the test step, the line break will be displayed correctly, and the text will appear on separate lines as intended.
---------------
Regards,
Rajesh Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2023 12:17 AM
Hi Rajesh,
on our Instance this does not work. We are Using Test Management 2.0.
Do you have an Idea, why its not working for us?
Greetings Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2023 11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 10:05 AM
Please, create some step as usual then go to this table: sn_test_management_step, find the step you just created and finally you can add the break lines. If you want to create mores steps, simply Insert and stay, change the step information and change the order from list.