robintel
6 years agoRegular Visitor
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.
Somehow, I would have expected this ${#Project#Property} to be a valid input. Apparently, it isn't.
Any ideas/ suggestions?
Thanks,
Robin
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?