Properties Parser Services

Properties Parser services are responsible parsing a properties file. Currently, only one properties parser can be run by Testify, so the first properties parser service inside the bundles folder that is found by Testify will be used. Every test file is checked for variables which are written in the form ${<PropName>} where <PropName> is the name of the configuration property. If more than one value is parsed for a given property, then Testify will create multiple test files with every unique combination of properties. Configuration properties can be used in the test files and by the other service bundles to accomplish certain tasks (see the JSchTestProcessor as an example).

Config Info

While a configuration file is optional for Testify, certain processors, actions, etc may require specific values to be set by the configuration file in order to work properly. Consult the specific Testify service documentation to determine what configuration properties are needed for your test.

 

Below is a list of all the Testify supported properties parser service pages. Each page provides a download link along with implementation specific details.