Testsuite execution in Oracle SOA test framework
All,
soa suite version: 11.1.1.4
Requirement:
I have set of testcases for a testsuite 'acceptance'. I'm trying to run the test suite using ANT by invoking 'ant-sca-test.xml'. I noticed that the order of running the test cases are not the same. Each time I run the testsuite, soa framework runs in any order. Now my actual requirement is, at the time of execution of each test case, is it possible to get the test case name. If so, how do I get the test case name(s)?
I explain with an example
1. I have a testsuite folder called 'Acceptance'
2. In that testsuite, I created test cases such as 'Test case1', 'Test case2', 'TC3', 'Test case 4'
soa suite version: 11.1.1.4
Requirement:
I have set of testcases for a testsuite 'acceptance'. I'm trying to run the test suite using ANT by invoking 'ant-sca-test.xml'. I noticed that the order of running the test cases are not the same. Each time I run the testsuite, soa framework runs in any order. Now my actual requirement is, at the time of execution of each test case, is it possible to get the test case name. If so, how do I get the test case name(s)?
I explain with an example
1. I have a testsuite folder called 'Acceptance'
2. In that testsuite, I created test cases such as 'Test case1', 'Test case2', 'TC3', 'Test case 4'
0