-4

Currently, I am working with AutoIT tool for automating the test cases and my client is OpenEdge 4GL (Progress). I have few problems in finding the elements on the screen like Instance changing frequently.

Can someone suggest me any other Testing Tool that can be used with Progress client for automating test cases?

user4157124
  • 2,809
  • 13
  • 27
  • 42

1 Answers1

1

Starting with version 11.4 of OpenEdge there's a framework called "ABL Unit" shipped with the product.

This is however only for Unit style testing. Not automating gui tests.

OE 11.5 documentation of ABL Unit.

Jensd
  • 7,886
  • 2
  • 28
  • 37