Forum Discussion
MW_Didata
3 years agoSuper Contributor
I might have an idea,
At the start of KWT1 set a projectvariable to "Not complete", then when test is done at the end set it to "Complete"
In KWT2 use an 'if then' to check if the variable = "Complete"
If it's for only 1 or 2 tests this should work, if you want this for more tests then this might not be the fix for you
EDIT: or check if a condition is met in KWT2 that was set in KWT1