-
config
The config directory contains testng.xml file, and is a place holder for configuration files.
-
lib
The lib directory contains required jar files, and is a place holder for other library jars/zips.
-
resources
The resources directory contains all required resources including properties files and data files, and is a place holder for other resources.
-
scripts
The scripts directory contains ant script to build and run automation. It also contains bat file for windows environment.
-
src
The src directory contains all java files and is a place holder for other java files.
-
bin
The bin directory contains compiled classes, and is a volatile directory that is deleted by the target clean in build.xml file.
-
test-results
The test-results directory contains result files.
-
scenarios
The scenarios directory is the default place holder for all the bdd and kwd scenario files.