Hello All.
This is probably a simple question for most of you but it’s driving me batty.
I have an IF condition that runs off of 3 variables.
One is a loop iteration count and the other is a max number of loops taken from a table.
The other is a flag variable set by how the SUT responds.
It starts the loop like this:
Set variable: ORFoundFlag=False
If data is found, it will
Set variable:ORFoundFlag=True
So at the end of each loop, I have
IF
$(ORFoundFlag) == False AND $(CurrentDateRangeSelector) = $(NBR_DATE_RANGES)
Which gives me a “this is not a valid test” error.
Adding quotes to the False does nothing either. Nor does using _one_ =
I’m hoping extra experienced eyeballs can spot the problem right away.
Thanks in advance!
Rick Brasche,
Information Systems Business Process and Data Entry Automation
Home of Application Testing
------------------------------------------------------------------------------------------------------------------------------
“The difficult we do immediately, the impossible just takes a bit longer.” – US Navy SeaBees.
“If it ain’t broke, you’re not trying hard enough.” – “the Red Green Show”