Here i am giving my requirement if any one help me on this to resolve.
I have two test suites.
- Test Suite 1 it has 40 test cases
- Test Suite 2 it has 30 test cases
I have hardcoded the consumer id (which is one parameter in test suite 1). every test case in suite 1 and suite should have different consumer id. so I am incrementing that value using groovy script..
So i need to take the consumer id value from the test suite once 40 TC is executed in Test suite 1 and pass that value to test suite 2.
Is it possible?
Eg., i have hardcoded consumer id as 1 in Test suite. it will increment automatically one in every tc. Finally it will come 40.
Now i need to set 40 as consumer id in Test suite 2.
Regards, Chandra