Forum Discussion

TanyaYatskovska's avatar
11 years ago

New TestComplete 10.6

Hello,

 

Our Team is happy to announce that TestComplete 10.6 is available for you. Here are just a few improvements from this release:

 

    - TestComplete 10.6 allows you to add, run, and report on functional API tests created using SoapUI NG Pro and ServiceV Pro modules of Ready! API.

    - With TestComplete 10.6, you can also add, run, and report on API tests created using SoapUI, which is our free and open source API testing tool.  

 

     - TestComplete 10.6 comes with a new plug-in for Jenkins. This means, unlike previously, you don’t have to execute automated tests through a command-line interface.  Launching TestComplete and executing the needed test project can be done directly from Jenkins builds. Also, once tests are executed, the results get automatically updated to Jenkins.

 

     - TestComplete 10.6 allows you to test iOS hybrid applications that use the UIWebView and WKWebView controls to display web pages.

 

      - In addition to the possibility of instrumenting your Android applications within TestComplete and in the Eclipse IDE, now you can also instrument them in Android Studio.

 

 

Refer to the Features Added to TestComplete 10.60 online article to learn all changes and improvements.

 

To try the new TestComplete version, you can:

-          request a product trial on our web site.

-          download an installation file after logging in to your SmartBear account.

 

 

Enjoy Testing :smileyhappy:

5 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?