1

I have installed Sahi Pro 5 on Windows 7. I am able to record my tests as .sah extension which is saved at sahi_pro/userdata/scripts. I am also able to play that file.

As I'm familiar with Java, I want to record my tests as .java extension. How can I record Java code using Sahi?

Mathijs Flietstra
  • 12,900
  • 3
  • 38
  • 67
Koly
  • 109
  • 2
  • 3
  • 10

1 Answers1

2

According to Shahi's website, you should set the controller.mode to "java" (controller.mode=java) in sahi/config/sahi.properties, and then restart the software.

Cyril D.
  • 353
  • 2
  • 3
  • 6