Hi,
I want to group test classes in to a test suite such that I can run set groups of tests sequentially.
The reasoning behind this is that I would like to have a test to start the suite which changes the 'Person' associated with the Admin user (this is the user who the test is ran with), this will avoid any unwanted manual configurations to an environment before a test run.
It looks to me like you need a SysTestSuite class of sorts.
Any advice would be greatly appreciated.
Jack

Report
All responses (
Answers (