Forum Discussion
PrathapR
5 years agoFrequent Contributor
1)We can run "Helper" testcase from test suite level setup script and
2) Inside helper testcase add property transfer to store Bearer token at test suite level custom properties, so we can utilize that across the test suite(In all test cases)
Note: Keep Disable Helper testcase, so it won't run two times, when you run all testcases from test suite level
Setup Script for test suite level.
def testCase = testSuite.testCases["Helper"]
def prop = new com.eviware.soapui.support.types.StringToObjectMap()
runner = testCase.run(prop , true)
- sorkfa5 years agoNew Contributor
Okay yes this is also the way we are doing it right now. Still I am wondering if I can use the Auth Manager.
Related Content
- 4 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 6 days ago
- 9 days ago
- 20 days ago