
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 11:46 AM
My personal developer instance is in Madrid version. While creating new ATF I saw an check box "Enable Parameterized Testing".
Could anyone explain me what is this actually doing?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 12:00 PM
ServiceNow does a good job and explaining it here: https://docs.servicenow.com/bundle/madrid-application-development/page/administer/auto-test-framewor...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 12:00 PM
ServiceNow does a good job and explaining it here: https://docs.servicenow.com/bundle/madrid-application-development/page/administer/auto-test-framewor...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2023 02:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2019 04:20 AM
It is used to run your test script with different test data which is one of the required feature in Automation.
There are two type of Parameters in ATF,
- Exclusive Parameter.
It is used to run the same test script multiple times with different test data - Shared Parameter.
It is also used to run the test script multiple times with different test data but the different the same parameters can be used for other test scripts as well in ATF
Thanks for ServiceNow for introducing this feature in Madrid release. I started working on ATF from Kingston version and now upgraded to Madrid, where I see many features are available now.