Forum Discussion
Thank you for the quick response.
In essence TestComplete cannot operate against a C++ application unless RTTI or external Debug has been enabled at point of compile?
Cheers
Gerard
That is a very vague question and really depends on how you define a framework and what you need it to do.
I would spend some time reading up on the documentation regarding Keyword Tests and Data Driven Testing:
https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/using-keyword-tests.html
https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/index.html
An example that I created for a webinar using notepad can be found here: https://github.com/cunderw/smartbear-november
Also, I know tristaanogre has done a few webinar that walk through creating basic data driven approaches.
- tristaanogre7 years agoEsteemed Contributor
Just as a note, there is no standardized TestComplete DataDriven Framework out there. Everyone who uses a framework has constructed their own or taken something that someone else has built and modified it. As cunderw mentioned, I did a webinar sometime back on mine. You can download the basic files for it from https://bitbucket.org/tristaanogre/tabledrivenframework/src/default/ and the webinar recording I think is available out there.