14 years ago
We need one way to reference the code if they are share the
When I write test cases, each test case need to construct one signature for authentication.
All the test case share the same groovy script to generate the signature.
But the problem is that all test case, each one has its own copy the same code. When the code need to update or change, it is crazy!!!!
It's absolutely stupid and Never allow.
We need one way to reference the code if they are share the same code.
All the test case share the same groovy script to generate the signature.
But the problem is that all test case, each one has its own copy the same code. When the code need to update or change, it is crazy!!!!
It's absolutely stupid and Never allow.
We need one way to reference the code if they are share the same code.