Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Variables that can be used in session tags for dotTEST v10.0.X

Marion Levy
Marion Levy Posts: 9 admin
edited December 2016 in dotTEST

Here is a list of variables that can be used in the localsettings file for the session.tag parameter:

env_var – for example ${env_var:HOME}
config_name
analysis_type – currently only ‘static’
dtp_project

A common use case for the env_var variables is when they are used to get the name of the solution to be used in the session.tag.

Here is an example for the previous scenario in the localsettings.properties file:

session.tag= ${env_var:SOLUTION} - ${env_var:BRANCH} - ${config_name}