How to add Multi-row Variable Set to ATF for auto populated values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 08:15 PM
I have a catalog item which is having a variable called "Select type"(Select lookup box) and a multivariable set.
Multivariable set have another four variables,
1.Country- Select lookup box--This working as expected
2.Entity name- Select lookup based on country values ---It is not populating when i use "set variable values(SP)
3.Entity number-string
4.Entity Type-string
Script:
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 08:41 PM
Hi,
because the other variable shows data based on 1st variable and must be taking some time to load the values
I don't think you can separate out the steps to set Country variable 1st and then Entity name as 2nd ?
Try that once
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
‎06-02-2022 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 08:51 AM
Hi,
for step 9 give some timeout of 10 seconds and test once
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
‎06-23-2022 09:09 AM
TimeOut also not worked. "Entity name" field is List Collector did ATF support List Collector?