ATF Test Cases for Service Catalogue

DharmaT
Tera Contributor

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 .

2 REPLIES 2

An Le
Giga Sage

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,

Sardash
Tera Guru

@DharmaT  - You can achieve this with the help of 'Parameterized Testing'

Please find below link for your reference -

https://www.youtube.com/watch?v=RF-WnXONek8