How to organise and update tests
I asked this question earlier:
"What would be the most efficient way of organising tests for this scenario:
I want to have my test cycles in subfolders so that they are under the app name and then under the version name, E.g. APP NAME - V9.5.0
However, when a new version is released and I create another folder e.g. v9.5.6, what would be the best way of migrating all of the tests into v9.5.6 but would also allow me to edit them without affecting the tests in the older folder v9.5.0?
The only way I can see is if I create a new test cycle, add in all of the tests and then go into each test that I want to edit, create a new version, edit it and save it, is this the best way?"
And I got told that is the best way to do it, however if someone comes along to do a test for and older version of the app, how will they know which version of the test case they should use?
Or is there a better way in which I am not seeing?