Hello,
I will start to create a Java project from eclipse which will contain all Java tests to control GUI.
When I create project I have :
TestProject\
.\src
.\Jre system library
Are there configuration rules?
Could I put all Java files in the same package under src
and run configuration for each Java test?
Are there rules, documentation to help user to configure and create Java projects?
Thanks