Forum Discussion
sfosdal
14 years agoOccasional Contributor
Hi Vladimir,
Thanks for your quick reply! I did try your suggestion, this is almost the solution I want
- my main question is: is it possible to preserve output from a test case and load that ouput into another test suite's testcase(DBLogging:datasink)? I want to be able to pass the Data Source and TestRequest output from TestingStuff1 test suite to the Logging TestCase test suite. However, when I try to use the Run TestCase test step to load my TestingStuff1 test suite data it still looking at the LoggingTestCase test suite data, I can see this by looking at the data it's inserting into the DB which does not match the TestRequest(TestingStuff1) output.
My goal is to have this LoggingTestCase separated from other test Suites because I need multiple test suites to run the LoggingTestCase test suite and use the Datasink to insert specific logging data into Oracle. This way in the future if I ever need to change the datasink I can do it in one location as opposed to multiple testsuites that all have the datasink cloned.
LoggingTestCase <Test Suite>
-DBLogging <Test Case>
--Run TestCase <Test Step(1)>
--Datasink <Test Step(2)>
TestingStuff1 <Test Suite>
-Test1 <Test Case>
--DataSource <Test Step(1)>
--TestRequest <Test Step(2)>
--GroovyScript <Test Step(3)>
Thank you for your time! All help is much appreciated!
Thanks for your quick reply! I did try your suggestion, this is almost the solution I want

My goal is to have this LoggingTestCase separated from other test Suites because I need multiple test suites to run the LoggingTestCase test suite and use the Datasink to insert specific logging data into Oracle. This way in the future if I ever need to change the datasink I can do it in one location as opposed to multiple testsuites that all have the datasink cloned.
LoggingTestCase <Test Suite>
-DBLogging <Test Case>
--Run TestCase <Test Step(1)>
--Datasink <Test Step(2)>
TestingStuff1 <Test Suite>
-Test1 <Test Case>
--DataSource <Test Step(1)>
--TestRequest <Test Step(2)>
--GroovyScript <Test Step(3)>
Thank you for your time! All help is much appreciated!
