Team use of TestComplete & TestExecute
I'm looking at a team strategy for using automated tests for when we work on bugs/defects. The proposal is that the QA person would create a keyword test that replicates the error. Then the dev would playback the test and see replication steps and the error. After resolving the bug, the dev would be able to self-test by playing back the test again and seeing that the error does not occur.
How do we make this happen? I am thinking the QA uses TestComplete to create the test in a Shared Mode project that exists on a shared network location. Then the dev uses TestExecute to replay the tests as needed.
Has anybody here used TestComplete this way and did it work well for you? Since the dev would only be replaying tests and not writing them, would they have any need for TestComplete, or would TestExecute be sufficient? All criticism and suggestions are welcome.