Multiple people edit same testscript error
Is there a way to merge changes between two users editing the same test script?
Scenario:
User1 opens a test script.
User1 begins updating test script.
User2 opens the same test script as User1.
User2 begins updating different fields in the test script than User1.
User1 saves the test script.
User2 attempts to save the test script but is presented with an error ("The Test Script cannot be saved. You have an older state of this item..").
Is there a way to use pessimistic concurrence (locking) or is there a way to use a merge tool since the application appears to be designed for optimistic concurrence?