Is there some BDD framework for Java Swing? Something like Cucumber working with Maven and Sonar could help a lot.
Is there some BDD framework for Java Swing? Something like Cucumber working with Maven
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Potentially you could use Cucumber-JVM for this which works great with Maven.
For example you could say,
This may be possible but it will depend on how you have designed the project and if the swing interface is abstracted from the business layer. Not really sure what you wan’t to do with Sonar.