Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/Tester/RCPTT"

(How to use RCPTT)
(How to use RCPTT)
Line 9: Line 9:
 
This small video shows how to create a test for papyrus RT:
 
This small video shows how to create a test for papyrus RT:
 
[[ http://www.papyrus-support.com/rcptt-with-papyrus-real-time/ ]]
 
[[ http://www.papyrus-support.com/rcptt-with-papyrus-real-time/ ]]
 +
 +
RCPTT Eclipse can be found [[ https://www.eclipse.org/rcptt/download/ | here]]
  
 
= Good Practices =  
 
= Good Practices =  

Revision as of 04:39, 2 December 2015

Introduction

RCPTT is an Eclipse Project that provides a testing tool for Eclipse RCP application. RCPTT allows to run GUI tests based on ECL. Several functions as the "Record actions" make RCPTT easy to handle and use for beginners. After a bit of experience, it will be easy to understand the different command and make the scripts lighter.

The RCPTT "framwork" has been put in place in Papyrus RT. Some tests are arleady created and could base as example.

How to use RCPTT

This small video shows how to create a test for papyrus RT: http://www.papyrus-support.com/rcptt-with-papyrus-real-time/

RCPTT Eclipse can be found here

Good Practices

Open points

  • Naming Convention
  • Directory Structure
  • Common Library

Back to the top