Hey,
I’m passing variables to a test case but when I call it every time the test case it assigns one of the values to its variable but the other one is always set as the default even though I am passing it a new value.
The variable that is giving me this problem is the boolean.
boolean Co_Borrower = WebUI.callTestCase(findTestCase(‘Full Disclosure/Borrower’), [(‘row’) : row])
WebUI.callTestCase(findTestCase(‘Full Disclosure/Employment’), [(‘row’) : row, ‘Co-Borrower’ : Co_Borrower])
Thanks for the help
EDIT: I solved the issue it was a typo