Peter (or whoever is going to answer this on behalf of Ranorex)
I did follow the steps above and I have now duplicated the recording as expected and added it to the project.
However, if I try to include the copied (and modified) recording into my Test Suite, there is a problem.
1. At first the new recording appears
2. But when I build the project, it is replaced again with the original.
For example, I have copied the Recording1 and add Recording2 to the Test Suite. At first I have Recording1 and Recording2, but if I build the project, I have Recording1 twice in my test suite, not Recording2 anymore.
What I found out is that in the generated code, the following line is identical, no matter if I modify any of the Recordings:
- Code: Select all
[TestModule("af12cd4c-6b4a-4a2b-91e4-7b741f5a8cb4", ModuleType.Recording, 1)]
It seems as this is some kind of unique identifier that does not get replaced when the file is duplicated? Maybe this causes the problem? Is there a workaround?
Please advise how to fix this
Kind regards,
Adrian