Can I reuse the same test in multiple project suites? If so, how?
When I tried this, and added my test from "add existing", it just saved over my original test.
For example, my test creates a sales order:
Project Suite A
Test - Create order for Customer A
Project Suite B
Test - Create order for Customer B (I'd like to reuse the test from above and just tweak it a bit to change it to a different customer.) When I "added existing" and used the test from above, I changed the test to use Customer B.
Result: My original test was saved over and now Project A creates a test for Customer B. I didn't want this... how can I reuse tests successfully without the original being overwritten?