
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2017 10:28 AM
I've been experimenting with the Automated Test Framework and I'm finding lots of quirks. Here's one that I hope someone in the community can help with...
I have a Record Validation test step which is just checking for the 'Active' flag on a record. The only two options are true or false, (the test step config doesn't give any other options) but it doesn't matter which I select, the test always fails. Why?
Here is the test step setup:
I've confirmed that a matching record was found in both cases but both tests fail:
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 09:42 AM
So, in my case, this turns out to be a stupid error on my part. The user (with no roles) that I was impersonating didn't have permissions to query/read the active field.
Lesson learned: when impersonating, remember to keep in mind the permissions that to which the impersonated user has access!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 01:06 PM
Sorry, I don't understand what you mean by the HTML section of the form. Perhaps you can post a screenshot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 01:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 01:12 PM
Oh wait, nevermind! It's an HTML tag. I thought it needed HTML script!! Sorry!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 12:28 PM
Oh, man. I've done that as well!!