I am writing a set of integration tests and each test class start the server and stop the server, which takes long time. Is it possible to create a test suite, where a single instance of server can be used for a set of test classes?
Thanks, Manish
I am writing a set of integration tests and each test class start the server and stop the server, which takes long time. Is it possible to create a test suite, where a single instance of server can be used for a set of test classes?
Thanks, Manish