Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set using standard Gradle methods like user level Gradle properties.
  2. Specified as a command parameter. Example: -Dverbose=true. 
  3. Set in user specific gint.properties /wiki/spaces/GINT2/pages/116555873 file in user home directory. 
  4. Set in gint.properties /wiki/spaces/GINT2/pages/116555873 in the current directory of the run.
  5. Set in gint.properties /wiki/spaces/GINT2/pages/116555873 in the project's target directory.
  6. Set in gint.properties /wiki/spaces/GINT2/pages/116555873 in the project's resource directory.
  7. Set in a profile /wiki/spaces/GINT2/pages/111935618. However, normally profiles should only be used for test specific properties and data.
  8. Set dynamically in the test script using methods (see Functions column). There may be some timing restrictions on whether the function call will have affect.
    • Before initialize - must proceed gint.initialize is test script
    • Before run - must be in the test script and has no affect after testcases start running
    • Blank - the function can change the setting anytime including dynamically during the test run. This means it can be used in a testcase resultClosure, successClosure, finalClosure, or inline code.

...