I've been evaluating TestLog for the past few days, and been mostly satisfied with it. However, I'm trying to figure out if there is a way that I can set up generic test cases and assign them to different features. Currently, I set up test suites for different features in my software. Most of these features need to be tested exactly the same way - e.g., test the printing. Is there a way I can set up a master, generic test case that I can then assign to each test suite? That way, if I needed to make an update, I'd only need to change the test in one location.
I think the Recommended Config almost does this, but I'm already using that for different installations of my software. Is that my only option?
Thanks!
I think the Recommended Config almost does this, but I'm already using that for different installations of my software. Is that my only option?
Thanks!
Comment