Skip to content

In this architecture, your Java project follows a standardized Maven directory structure. Your source code resides in the src/main/java directory, while test code is placed in the src/test/java directory. TestNG test classes are created in the src/test/java directory, and they use TestNG annotations to define test methods .

Notifications You must be signed in to change notification settings

GowthamReddy-E/testNgFM-CRMApplication

About

In this architecture, your Java project follows a standardized Maven directory structure. Your source code resides in the src/main/java directory, while test code is placed in the src/test/java directory. TestNG test classes are created in the src/test/java directory, and they use TestNG annotations to define test methods .

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages