Forum Discussion
I reverse engineered and patched AutomatedQA.script.dll and AutomatedQA.TestComplete.CSConnectedApp.dll to run in MSVS 2015.
Usage
1. Remove from the project references to AutomatedQA.script.dll and AutomatedQA.TestComplete.CSConnectedApp.dll.
2. Add Connect.cs and var.cs files to the project
3. Replace all "](" in the code to ].Do(
4. Enjoy
For example if in code you have something like ["Window"]("Edit", "", 4)["Click"](78, 13) then you should replace it with ["Window"].Do("Edit", "", 4)["Click"].Do(78, 13)
Link: https://github.com/katasonov/AutomatedQAConnectedApp
I am not sure but maybe in your case you should change in Connect.cs strings with "TestComplete.TestCompleteApplication.9" to "TestComplete.TestCompleteApplication.11". We use 9 version of Test Complete.
Great.
Thank you!
It is working with Test Execute 11.
That was in my mind after discussions with SmartBear support team to try to decompile their dlls and to try to do not use them, but because we were in process of testing of the major release, I had no time to try it.
- katasonov9 years agoOccasional Contributor
You are welcome!
If you find some problems with code, feel free to commit them to the git repo.
- bistritapcv6 years agoContributor
So will Visual Studio 2012 work with Windows 10?
- tristaanogre6 years agoEsteemed Contributor
bistritapcv wrote:
So will Visual Studio 2012 work with Windows 10?
That's a question for Microsoft, not for SmartBear. I'd check with Microsoft knowledge base and such to make that determination.
Related Content
- 4 years ago
Recent Discussions
- 18 hours ago
- 18 hours ago
- 5 days ago