Skip to Content
1
May 19, 2020 at 11:23 AM

ABAP unit testing for smartforms

495 Views

For a smartform driver program, I am implementing unit test class. It is working till the point the data is passed to the smartform function module.

I wanted to know is there any way to check the smartform elements, like for eg:

  • programmatically can we check if two windows are overlapping?
  • Or any element missing to populate?
  • Or any window is not at the position as per requirement?