0

i'm trying to record a test over a rcp app but i can't; the nebula object can't be recorded by rcptt tool. I am using rcptt version 2.4.2

FTEOTW
  • 1
  • 5

1 Answers1

0

Like all RCP testing tools, RCPTT also can not record actions on Nebula controllers.

The reason for that is Nebula goes around SWT's API and renders controllers in a more resource aware way.

Adam Horvath
  • 1,249
  • 1
  • 10
  • 25
  • ok, perfect then i will think in change the nebula control by other than i can use with rcptt. Regards. – FTEOTW Jun 27 '19 at 15:27
  • It is not a good idea to change your product because of an inadequate testing tool. Maybe Nebula controls were chosen because of performance reasons. Instead find other ways to test their content; for example logging their raw data or creating debugging-controllers for the same data. – Adam Horvath Jun 28 '19 at 10:36