Forum Discussion
Marsha_R
2 years agoModerator
It is telling you that there is a type mismatch between the field that you are reading and what you are trying to do with it in the test. An object may appear to be a number and not actually be one so when you try to use it as an integer, it will not work. Since the Object Spy says "text block", I expect that is what is happening here.
You can use aqConvert to change types. There are many examples here:
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqconvert/index.html
Related Content
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago