Forum Discussion
3 Replies
- NisHeraValued Contributor
what is your application ? i mean what technology you use?
Visual studio is a tool to develop application. Visual studio itself do not effect to Test Complete functions. But it could be some classes / configuration did missed in upgrade.
object spy identify object with debug information. If those are not compile to application this could happen.
- AlexKaras
Champion Level 2
Hi,
What is your version of TestComplete?
As per documentation, support for VS 2017 was added to TC 12.3.- sameerjadeFrequent Contributor
Hello,
Thank you for your replies.
>> what is your application ?
It is a desktop application and is QT based. It uses QT 5.8.
>> What is your version of TestComplete?
TC Version 12.4
Did some more investigation with our developers and found the issue; it seems to be fixed now. After update to VS 2017, there were some objects (objects of our tested application) whose MFC version had changed. The 'Name' and 'WndClass' property values under NameMapping needed to be updated for these objects to reflect the new MFC version. For eg - AfxBar120 had to be changed to AfxBar140. Without this change, TC was not able to identify this object.
Thank you,
Sameer