DEV Community

Discussion on: Serenity automation framework - Part 3/4 - Automation test for UI with ScreenPlay pattern and jUnit

Collapse
 
contactkrsna1 profile image
Krsna

Awesome!!! Nice Article
I have a question below
I wrote 10 test suites and developed a gui app which has 10 buttons(I button for each test suite). When i click on a button, a java method is called and from there the corresponding test suite should be called and generate report. is this possible? I am using serenity with cucumber started project