We have cells formatted and in this particular case the cell is specified to have 2 decimal places, 12.00 in this case.
When you record and insert QTP checkpoint the value 12 is returned although 12.00 is what is actually in the grid. You play back the recorded checkpoint and it verifies just fine. If you change the checkpoint to 12.00, the verification fails.
I've tried text checkpoints, but they do not seem very reliable, if you change the width of the columns the text checkpoint fails even though I have "ignore spaces" turned on.
Does anyone have any solutions?
Got it, it is;
GetCellProperty ("1", "0;4", "Text")
I've gotten a little further, the object spy has the text property as 12.00. So what is the syntax for getting the text property from a single cell?