How to check field state validation in ATF testing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 12:46 AM
In ATF testing, We need to test for one catalog item and the requirement is like ., There is one field called "group" and the another field called "market" .The "market" field should be visible only when we select for a a specific group in group field.Otherwise the "market" field should not be visible.
How to achieve this step test in atf testing.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 12:54 AM
Hi,
you cannot achieve this kind of dependency directly.
you will have to create 1 test for the scenario i.e. you set a particular group in group variable and then in next step you validate if the other variable is visible or not.
Then you will have to create 1 other test for the other scenarios as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 10:26 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 01:07 AM