Forum Discussion

robintel's avatar
robintel
Regular Visitor
6 years ago
Solved

Is it possible to use project properties to configure test steps?

Hello,   The JDBC test step has the Fetch Size input, where it is expecting an Integer.   I wonder whether or not this could be populated by a Custom Property set at the Project level.   ...
  • TanyaYatskovska's avatar
    6 years ago

    Hi Robin,

     

    Your call looks good. According to this article, you can get access to project properties via:

     

    ${#Project#Project property}

     

    Could you please give us more details on how you add this call to your test?