Framework Mode - assertSame and assertNotSame
Folder Structure of a JUnit Test Automation Framework
project-root/ ├── src/ │ ├── main/ │ │ └── java/ │ │ └── com/example/app/ # Application source code │ └── test/ │ └── java/ │ └── com/example/app/tests/ # JUnit test classes │ ├── unit/ # Unit tests │ ├── integration/ # Integration tests │ └── utils/ # Test utilities ├── resources/ │ └── test-data/ # Test data files ├── build.gradle or pom.xml # Build and dependency management └── junit-platform.properties # JUnit configuration