The Project View
The Project View allows for project-level configuration and testing tasks. Tabs are as follows:
- Overview Gives you an quick overview of your project as well as general project metrics (see below)
- TestSuites Allows running of all TestSuites in the project and in soapUI Pro the calculation of
Project Coverage allows you to see how much of the interfaces contained in the project that is being covered by tests. This functionality will make you development process more efficient and will increase Test Quality considerably.Read More
- Security Configuration the working area for creating WS-Security configurations to be used in Tests, SOAP Monitor or MockServices.Read More
- Requirements (Pro Only) An easy way of managing test requirements in soapUI Read More
- JDBC Connections (Pro Only Management of project-level JDBC connection used in DataDriven testing scenarios,
Read More
- Reporting (Pro Only) Management of report templates and parameters, Read More

Project Overview Tab
The Project Overview contains useful information and metrics about your project, such as where files are stored,
Test Metrics and MockService Metrics. This is intended as a very quick way of getting information and overview of the project.
We also have a number of project related inspectors at the bottom of the screen:
- The Description Inspector is a way to write and maintain general information about the Project.

- The Properties Inspector handles Project level Properties. These properties can be used in levels below the Project.

-
The Load Script Inspector enable you to create Groovy Scripts that runs whenever you open a project.
This might be setting Project Properties, synching Project Requirements with external sources and more.

-
The Save Script Inspector is the opposite of the Load Script Inspector, it enables you to create Groovy Scripts that runs whenever you close a project.
This might be writing data to file, synching Project Requirements with external sources and more.

-
The Report Script Inspector contains a script that should be run each time a report is generated for the project, read more
on report scripts and report customization at Report Customization.

Next:
Project TestSuites