Run Test steps from the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi,
We have a requirement to run Test steps from the workspace (Strategic Planning Workspace).
For ex, on sn_test_management_test_version table, we have a button called Run, which will run the test steps.
We want the same functionality from the workspace.
When we click the Run button, it calls a UI page (sn_test_management_$test_run). After submitting the UI page it calls another UI page from the processing script (sn_test_management_$test_execution).
I have added the button on the workspace, it is working as expected for the UI page, but it's not opening the second UI page which needs to open from the processing script.
Any other approch to run the test stpes or what changes i need to do for the second ui pages open.
(Sometimes, i noticed that second UI page opens and closes with no time)
Thanks.