We are using UFT for automation and we have kept test data sheet [Excel file] at common location which can be access by anyone. Consider a scenario like 2 users[From 2 different machine] are executing scripts through UFT and want to update the test data sheet which is at common location.
If User 1 is updating the test data file then user 2 cannot update it at same time because it already opened by User 1. So User 2 get a message like 'File is locked for editing' This issue occurs when two user try to access the same file at same time.
Is there any solution from UFT so that both user can update the XL file?. OR is there any setting option in excel to avoid above problem.?
NOTE: Excel file is shared so can be access by anyone.