hi
I am writing test cases using SysTest framework. These tests are workflow related and hence cannot be written using the new framework that Microsoft is releasing soon.
The issue I am facing is that when I run the test that creates a document and submit to workflow, it is not getting picked up by workflow. I suspect that this is because the data is not committed. In SQL server I have to set transaction isolation level 'read uncommitted' to see this data.
Can someone please confirm whether this is expected? If yes, then any hack to get this working? We would actually prefer that the test cases that have been executed stay in the database in case end users wish to review the results.
regards
harry