ATF Test Cases for Service Catalogue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago - last edited 3 weeks ago
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
3 weeks ago
@DharmaT - You can achieve this with the help of 'Parameterized Testing'
Please find below link for your reference -