RCPTT Blog
  • Latest Entries
  • Categories
  • Tags
  • Back to RCPTT Main Site
  • Eclipse.org

RCPTT RAP Aug, 05, 2016 by Ulyana Skorokhodova

RCPTT can now test Eclipse RAP applications!

Features supported

  • RAP Recording
  • RAP Replay
  • Folder/ECL/Workbench/Parameters context support
  • Unzipped WAR launching via Launch configurations from RCPTT
  • Capability Context / Convert contexts to Capability context
  • RAP Download/Upload support
  • Extra ECL command for RAP
Find more in RAP documentation.

RCPTT 2.1.0 (Neon) Released Aug, 05, 2016 by Ulyana Skorokhodova

On June, 26, we've released Neon-based version of RCP Testing Tool as participants of Simultaneous Neon Release.

  • RCPTT IDE is migrated from Mars to Neon to allow users to install it into their developer Eclipse installations.
  • For RCPTT IDE assertion filtering was introduced helping to search by asserted value or property.
The review information is available here and the latest version can be downloaded from Downloads page.

You can also install RCPTT as an eclipse plugin from an Update Site or from Eclipse Marketplace.

Reading File and Clipboard Content Aug, 12, 2015 by Ulyana Skorokhodova

Reading file content

Until recently there was a few ways to get a file content:
  • Opening file editor in GUI and getting it's text property
  • Using read-csv-file and read-lines commands
Both ways have obvious restrictions making their usage not very user-friendly, so we decided to implement a new read-file ECL command to get a file content.

Read more of this post »

RCPTT 2.0.0 (Mars) Released Jun, 26, 2015 by Olga Yurchuk & Ulyana Skorokhodova

We are on Mars now!

On June, 24, we've released Mars-based version of RCP Testing Tool as participants of Simultaneous Mars Release.
So RCPTT IDE has migrated from Indigo to Mars to allow users to install it into their developer Eclipse installations.
The review information is available here and the latest version can be downloaded from Downloads page.

You can also install RCPTT as an eclipse plugin from an Update Site or from Eclipse Marketplace.

Test Runner is now free and Open Source.

This is the first release of Open Source RCPTT Runner.

Now RCPTT project consists of two tools providing the whole process of automated regression testing of Eclipse-based applications:

  • Modern Development Environment supporting debugging and refactoring.
  • Test Runner allowing to run your tests locally and in integration with Jenkins, Hudson, or other CI tools.

RCPTT Test Runner tests Eclipse-based applications by executing RCPTT tests unattended, on a regular basis.
It provides a command line interface and a Maven plugin and establishes seamless integration of your GUI tests with your favourite toolchain.

Runner is required to manage test bases greater than a dozen of tests for projects that care for development speed.

  • Completely automated testing
  • Command line interface
  • Maven plugin
  • Works with Jenkins, Hudson, Bamboo, etc.
  • Human readable HTML report
  • JUnit or custom reports
  • Every commit can be verified by functional tests before reaching development branch
  • Handles application hangups, logs errors, stores every test step and its result

RCPTT becoming mature

We are happy to celebrate RCPTT project graduation from incubation to mature!
P.S.: Will miss the egg. It was cute, though.

RCPTT & Code Coverage Jun, 17, 2015 by Olga Yurchuk

In this blogpost we are going to describe how to configure Eclipse to combine RCPTT UI tests with code coverage analytics tools EclEmma and Jacoco agent. All of that tools are open source and can be downloaded for free.

On RCPTT forum users sometimes ask us:

So I didn't find any hint of Code Coverage in RCP Testing Tool, does that mean there is none?

RCPTT is UI testing tool so it is mostly useful for functional testing. Since it is common practice to combine Functional Testing and Code Coverage analysis, we decided to publish this instruction page. We don't provide this functionality out-of-the-box but it is easy to employ AUT virtual machine arguments to configure an arbitrary covers tool. Find instructions below to configure IDE and add analysis to CI with Maven.

Read more of this post »


Older Posts