kcurteman
10 years agoOccasional Contributor
Could not convert variant of type (OleStr) into type (Double)
I am using TestComplete 11, and have mapped a Stores Object to test a UI form that loads on the page. Mostly It is mapped just ot check all cells and tables are visible, with a few lables checking for the correct contentText.
When I first ran an object checkpoint against it, it worked smoothly with only minor issues with values being slightly different or some cells being hidden.
However, now when I try to use it (still in the same keyword test with no modifications made to it) I keep getting an Exeption thrown saying:
Could not convert variant of type (OleStr) into type (Double)
I have dug through everywhere I can think to look, but cannot find exactly where it is trying to perform this conversion.
Any Ideas?