- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020 07:23 AM
Hello,
I create a Automated Test framework for the first time and it runs pretty good. While te test runs: after the creation of a change I want to open the task belonging to the change and I get the following error:
FAILURE: Failed to open the 'change_task' form with id '3e74d815db6a0450e14030d6f4961939' Table 'change_task' does not have a record with id '3e74d815db6a0450e14030d6f4961939'
How can the problem be solved?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 12:28 PM
In simple terms, these are the two steps you need to open the task when created.
The record query will fetch the ID for the Task which you will use to open the record in the next step.
The record referred in step 5 is the change request ID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2020 02:14 AM
Hi Brand,
how could I create the record lookup step?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2020 05:49 AM
Use the Record query step to look up tasks associated with your change request: https://docs.servicenow.com/bundle/newyork-application-development/page/administer/auto-test-framewo...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 12:28 PM