Forum Discussion

TanyaYatskovska's avatar
10 years ago

Meet TestComplete 11

Greeting Testers,

 

Great News! We have just released the new TestComplete version – v. 11.0

 

WHAT’S NEW

TestComplete 11 introduces a number of breathtaking improvements and changes. Here are the most interesting ones:

  • Windows 10 support. With TestComplete 11, you can record and run automated tests for Windows Store applications and for regular applications on Windows 10.
  • Enhanced Source Control Integration. Our R&D completely recreated the integration with source control systems. Working with SCC has become easier now.
  • Python scripting. We offer full-fledged support for Python. Now, you can use Python to record, write or debug Python scripts.
  • Visual Studio 2015 and RAD Studio XE 8 support.
  • Many improvements in Web and Mobile modules.
  • And much more…

 

Check out the full list of improvements in the "What's New in TestComplete 11" help topic.


HOW TO TRY

If you have an active Maintenance Subscription for TestComplete 10, TestComplete 11 should be added to your SmartBear account automatically. So, log in to your account to download the installation file and find the license information. (Please note that we are currently updatng your accounts - perhaps, not all of you already have TestComplete 11 added to the account).

 

If you want to evaluate TestComplete 11 features, you can request a 30-day full-functional trial version. To get it, just fill in several fields of this form.

 

MIGRATION NOTES

Before migrating your current TestComplete projects to TestComplete 11, please read the "Migrating Projects Created in Earlier Versions to TestComplete 11" help topic.

 

INSTALLATION AND LICENSE NOTES

TestComplete 10 and TestComplete 11 can be installed side-by-side. However, the products will use different licenses. So, you will need to activate the TestComplete 11 license in addition to the v. 10 one. This parallel installation is allowed until you migrate your TestComplete 10 projects to the newest version. After this, you will have to uninstall TestComplete 10 and deactivate its license.

Please refer to the "Activating Licenses" help topic to learn the detailed information on how to activate the new license.

 

 

LIVE WEBINAR

We are welcome you to join our special webinar on the awesome features added to TestComplete 11.

Date: 07/29/2015 at 1:30 pm EST

Click Here to Register for the Live Webinar

 

 

Happy testing!

 

You are welcome to share your feedback about TestComplete 11 here :)

27 Replies

  • Bitbar has support for downloading the test run artifacts through an API.
    curl -u <bitbar_api_key>: -X GET 

    https://cloud.bitbar.com/api/v2/users/<userId>/projects/<projectId>/runs/<runId>/device-sessions/<deviceSessionId>/output-file-set/files

    If Appium produces txt and png files Appium cloud-side(server-side) framework, you can copy those files to sandbox/output-files folder in your run-tests.sh script to be able to see it in results.

    Reach out to support if you have more questions.

    • MildaGenius's avatar
      MildaGenius
      New Contributor

      Thanks for your answer, which was hopeful to get files from test, copying result files to output-files folder.

       

      Iam not able to find runId and deviceSessionId identificators. I found only "testRunId": null in test run configuration.

       

      Can someone tell me, where is possible to find runId and deviceSessionId?