Declined
Last Updated: 20 Dec 2023 13:02 by ADMIN
ADMIN
Cody
Created on: 16 Apr 2014 22:07
Type: Feature Request
2
Three level data driven test fails with "The extracted variable 'TestValue' does not exist in the store."
1) Parent test A calls B which calls C
2) Test A sets an extracted variable via a coded ste
3) Test B is bound to a data source
4) Test C is a simple test

When you run the test A calls B which calls C, when C returns and the second iteration of B runs, it errors out with "The extracted variable 'TestValue' does not exist in the store." This extracted variable was set in test A.
1 comment
Cody
Posted on: 16 Apr 2014 22:11
The work around is to set a global variable in code and have that consumed in test B instead of using Set/GetExtractedValue API calls.