122324
10 years agoNew Contributor
Question regarding data driven with radio buttons.
Hi, I have tried 2 method to automate radio button on data driven test provided by testcomplete. Here are the 2 method, http://support.smartbear.com/support/media/images/techpapers/testcomplete/data_...
- 10 years ago
Hi
I would start converting to String the data readen in your variable.DBTable1.
Ensure also that in the If.. you selected:
Value1: aqConvert.VarToStr(Variables.DBTable1("Credit Card"))
Condition: equals
Value2: Variable - String AE
Let us know