Got a strange problem, wonder if anyone has come across this. I have a standard collection, some of the early tests write a collection variable which is used in later tests. If I run the tests individually, the variable is written fine, if I run the test set as a collection, they don’t.
Hi, which part of the log (or where) would I see it writing the variable ?
As I say, it works fine when I run the test individually but not from within a collection which tends to suggest it’s a setting or something in collections ?
I think I can see what the issue is but it seems as though this is something that has not affected me before. It only seems to populate the collection variables at the end of the collection run which is why it works every time for a single test. As my collection creates variables, for example, in tests 1 to 5 which are used in tests 6 to 10, the latter tests are now failing because at that point, the variables are not set.
This has never been an issue before, does anyone know why this is happening and whether I can get round it ?