Expected result field missing in test and test steps – Test Management 2.0 (Yokohama)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 05:36 AM
Hello,
In the Yokohama version of Test Management 2.0, when creating a test or a test step I can enter the description and select "Need Verification", but I don’t see any Expected Result field.
Is this field supposed to be available in the test and step form?
Is it hidden by default or only available after certain conditions?
Any suggestion on how to enable or add it?
Thanks!
- Labels:
-
Test Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 07:31 AM
Hi @raul123
The Expected Result is already predefined OOTB.
Refer to the "sn_test_management_test_result" table:
On this "sn_test_management_test_result" table there is a column called "Result" which has choices / these choices are essentially the expected results:
When a test is created and run the test results will be visible based on the defined choices / expected results:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 06:19 AM
Hi @BiancaK ,
Thank you for your response. However, I think there was a misunderstanding.
I’m not referring to the test result field (e.g., Passed, Failed) shown after a test is executed.
What I’m looking for is a field where I can define the expected result before running the test, both at the test level and for each step — meaning a field where I can describe what the expected behavior or output should be during the execution.
Is such a field available or configurable in Test Management 2.0 (Yokohama)?
If not, do you suggest using a custom field, or is there a recommended way to handle expected results?