How to add Expected Result column in test management 2.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2023 04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2023 09:36 AM
Hi @Priya Biradar1 ,
In Test Management 2.0, the Expected Result column is not available by default. However, you can add a custom field to capture the expected results for your test cases. Here's how you can do it:
Navigate to the Test [tm_test] table:
- Go to the ServiceNow menu.
- Search for "Test Management" or navigate to "Test Suite" > "Test Cases".
Open the Test [tm_test] table in the application navigator.
Click on the "Personalize form" icon (a gear-shaped icon) located on the top right corner of the form.
Select the "Configure" option.
In the "Configure Form Layout" window, you can add a new field to capture the expected results:
- Drag and drop a field type, such as "Text" or "Text Area", to the desired location on the form.
- Configure the field label, variable name, and any other properties as needed.
- For the "Variable name", provide a unique name such as "expected_result" or "expected_results" (without spaces).
Save the form configuration.
Now, when you open a test case, you will see the newly added field where you can enter the expected results.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2023 08:34 PM
I want expected result column in test management 2.0. In test table they given fields from another table i.e. step table. i want a expected result field in test step version form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2023 10:49 PM
Hi @Priya Biradar1 ,
you can follow these steps:
Navigate to the Test Step Version [tm_test_step_version] table:
- Go to the ServiceNow menu.
- Search for "Test Management" or navigate to "Test Suite" > "Test Steps".
- Open the Test Step Version [tm_test_step_version] table in the application navigator.
Click on the "Personalize form" icon (a gear-shaped icon) located on the top right corner of the form.
Select the "Configure" option.
In the "Configure Form Layout" window, you can add a new field to capture the Expected Result:
- Drag and drop a field type, such as "Text" or "Text Area", to the desired location on the form.
- Configure the field label, variable name, and any other properties as needed.
- For the "Variable name", provide a unique name such as "expected_result" or "expected_results" (without spaces).
Save the form configuration.
Thanks,
Ratnakar