Forum Discussion
白夜有点黑
Contributor
I want to assign value to testcase properties (hat_id) when run "mvn test -P Test -Dhat_id=789" command, here is pom.xml file like below:
<profile>
<id>Test</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<environment>TEST</environment>
<projectFile>hfa-tracker-soapui-project.xml</projectFile>
<testSuite>TS_SendHFARequest</testSuite>
<testCase>TC_SendIMPRequest</testCase>
<hat_id>456</hat_id>
</properties>
</profile>
Lucian
6 years agoCommunity Hero
I understand that you want to assign values to test case properties. The question is why can't you use test suite properties? Also, why do you want to pass something like a hat_id through maven? What is the use case here?
How about using a DataSink step?
Related Content
- 7 years ago
Recent Discussions
- 5 days ago