Open tiflynn opened 1 year ago
I have an 'Initialization' test case. In each other test case, I check if the value of the initialization property is expired, and if it is, I run the Initialization again and overwrite the property (which I set and get from the project level). So I'm pretty sure that the scenario that you're mentioning, works. Can you provide some sample?
I have 2 Test Cases. TC1 and TC2. TC2 calls TC1. TC1 sets some project properties. When I run TC1, the project properties are set accordingly. When I run TC2 ( which calls TC1 and thus should have the same affect), the project properties are not set.
I tried calling a project.save in TC1, still did not work.