ATF Test Cases for Service Catalogue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2026 10:00 PM
Hi All , I am trying to build the ATF Test Case for the Service Catalogue , Where I need to check, In one of the Field there are multiple Dropdown options based on selection of it , It has to be redirect to Specific Assignment group after submission of the Item , Can it be Possible to verify all the Options mapping to respective groups in One ATF Test or how can i proceed with this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2026 08:54 PM - edited 06-07-2026 08:55 PM
Hi @DharmaT ,
You can build one fully working test for a single option first, get the Record Validation passing, then Save as / copy it for each remaining option, changing only the variable value in step 2 and the expected group in the validation. Drop them all into a Test Suite so you can run the full mapping coverage in one click while keeping clean per-option results.
If you have only a handful of options and genuinely want a single test, you can repeat the four-step block per option in one test.
That is the way we are doing rightnow for a client 🙂
Kind regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2026 11:45 PM
@DharmaT - You can achieve this with the help of 'Parameterized Testing'
Please find below link for your reference -