with junit test , how could I start the application software then close it properly and do it for each test ?
- @test public void test1(){ // start appli //test Jtextfield //close appli }
- @test public void test2(){ // start appli //test ComboBox //close appli }
- @test public void test3{ // start appli //test Jbutton //close appli
}