Not all fields showing on form in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 07:02 AM
Has anyone else noticed that sometimes certain fields are not showing on forms within the ATF? For example, on our Defects form, when you raise one manually, there is a parent field. However, when I try to run this test via the ATF, the tests fail when I try to populate this parent field as it is not present on the form. The screenshots which are produced via the test also show the form without this field too. Whereas if you raised a defect manually, the parent field is always on the form. Does anyone know why it seems to show this 'lite' version of the form I am working on and any way to fix this?
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 07:06 AM
Is the test case using an impersonation step? If yes, have you impersonated the person and checked manually on the form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 07:14 AM
Yes, I am impersonating myself within the test just to ensure that it works correctly. Manually for myself, the fields appear but not within the ATF.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 07:21 AM
Any client script or UI policy that may be hiding the field? Have you checked that already?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2018 01:23 AM
I haven't checked that actually. I shall take a look to see if there are any issues here. Thank you for the suggestion.