I am facing the following problem. Is there a work around or a solution?
Thanks.
Saving issues due to overwritten files
Following scenario:
- I have a project with 1 suite with 2 test cases.
- Workstation 1 adds a step to test case 1
- Workstation 2 adds a step to test case 2
- Workstation 1 saves.
--> OK: Only "element.order" and the file of test case 1 are changed and saved. - Workstation 2 saves.
--> NOT OK: For some reason SoapUI tries to save "element.order" and both test case files, even though this workstation has only changed test case 2.
The result is that workstation 2 gets asked if the file for test case 1 should be overwritten, which in my eyes is wrong. If user 2 does confirm, the changes of workstation 1 are reverted.
Is this a known bug? Or is there something I can do to avoid this behaviour?
(I use Ready API 1.3.1)