Hi Folks,
I want to compare two variables in my script. The scenario is that I:
1) extract the current value from a dropdown and bind to a variable
2) do something (to make the value change)
3) extract the new value from the dropdownb and bind to a different variable
4) compare the two values. If the values match, the test passes.
These are my two extract lines:
Extract selection 'ByText' on 'UserInterfaceThemeNameSelect' into DataBindVariable $(SchemeChosen1)
Extract selection 'ByText' on 'UserInterfaceThemeNameSelect' into DataBindVariable $(SchemeChosen2)
In code I would use an IF...ELSE statement, but I really want to avoide using code. Is there a native solution? (I've briefly searched the forum and didn't find anything that answered my specific query, but if you know of a thread - or a video - please tell me).
If there is no native solution, would someone help with the coding (VB)?
Thanks,
Ngiel Edwards, Transition COmputing.
I want to compare two variables in my script. The scenario is that I:
1) extract the current value from a dropdown and bind to a variable
2) do something (to make the value change)
3) extract the new value from the dropdownb and bind to a different variable
4) compare the two values. If the values match, the test passes.
These are my two extract lines:
Extract selection 'ByText' on 'UserInterfaceThemeNameSelect' into DataBindVariable $(SchemeChosen1)
Extract selection 'ByText' on 'UserInterfaceThemeNameSelect' into DataBindVariable $(SchemeChosen2)
In code I would use an IF...ELSE statement, but I really want to avoide using code. Is there a native solution? (I've briefly searched the forum and didn't find anything that answered my specific query, but if you know of a thread - or a video - please tell me).
If there is no native solution, would someone help with the coding (VB)?
Thanks,
Ngiel Edwards, Transition COmputing.