Running 1 set of tests on different versions of 1 tested app
I have a test project, and I want to use the same set of tests on different versions of the same application. For instance, Application A has a version 1 and a version 2. The tests focus on the GU...