Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 717 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 717 Bytes

swing-demo

How to start/stop with junit5 a Swing app

Sven including a repo on github

How to define what PageObject is used

Sven provides the basic life cycle

-> How to define the API for the Swing Developer to create an instance of the component -> MyViewPageObjectSwing

  • based on the dependency in maven

How to create the plain Java Interfaces for the generic Components?

-> ComboBox in Swing and Vaadin -> ComboBox plain Java

  • Button
  • TextField

generic / Vaadin (Selenium) / Swing

Write a simple demo test that is dealing with Swing and Vaadin

-> interactive session Ben/Sven

Ben

Ben needs the repo/maven project for this some demo pattern in Swing based on Button/TextField