You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
If I access a testplan with testcase versions, which are older than the latest version of the testplan, it is possible, that due to the partial lazy loading of attributes, the attributes of the wrong testcase version is loaded.
Even if this is not the case, due to the longterm usage of the same testplan.testcases list within a script, there might be problems, if the link to the testcase or the testcase itself has changes (iterator pattern).
If I access a testplan with testcase versions, which are older than the latest version of the testplan, it is possible, that due to the partial lazy loading of attributes, the attributes of the wrong testcase version is loaded.
Even if this is not the case, due to the longterm usage of the same testplan.testcases list within a script, there might be problems, if the link to the testcase or the testcase itself has changes (iterator pattern).