The Zurich release has arrived! Interested in new features and functionalities? Click here for more

ATF - Enable parameterized testing?

Community Alums
Not applicable

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?

1 ACCEPTED SOLUTION
3 REPLIES 3

Masha
Kilo Guru

Sravan28
Kilo Explorer

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, 

  1. Exclusive Parameter.
     It is used to run the same test script multiple times with different test data
  2. 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.