ScreenPlay pattern

Does anybody uses the screen play pattern with Katalon Studio? Any experiences?

I’ve never seen it mentioned here.


Aside: The problem with ScreenPlay (and other similar attempts to evolve testing) is the interpretation/translation needed to go from vanilla coding to the coding of the new. This flavor of coding is not being taught in academia (schools, colleges, training websites) in anything like the numbers available for regular coding practices. In short, I find this…

expect(james.toSee(TodoListItems.Displayed)).eventually.equal([ 'Buy some milk' ]);

if not impenetrable, largely “arbitrary” in its syntax and idiomatic complexity. I’m saying, apart from slotting into a niche, I don’t see this gaining ground (reading the history, it’s 12 years old!)

#JustSayin