Forum Discussion
SmartBear_Suppo
Alumni
13 years agoI don't think there's a way to do that in the same test case. The problem is there with excel too. For example, try:
- open a CSV file in Excel and keep it open
- open the same file in Notepad and try to change it and save it
You'll see that the first instance of Excel will hold the lock on it to prevent changes.
I'd try, if possible, to break the steps out into different test cases and execute the test suite.
Michael Giller
SmartBear Software
- open a CSV file in Excel and keep it open
- open the same file in Notepad and try to change it and save it
You'll see that the first instance of Excel will hold the lock on it to prevent changes.
I'd try, if possible, to break the steps out into different test cases and execute the test suite.
Michael Giller
SmartBear Software