A Project is the top-level organizational container in Test Orchestration. It serves as the workspace where you create, manage, and execute workflows. Each project can contain multiple workflows, configurations, and environments specific to your testing needs.
💡 Think of it this way:
A Project is like a dedicated testing suite for a specific application, module, or feature set. Everything related to that application is contained within that project.
What is a Project?
A Project in Test Orchestration is:
A logical container for all testing work related to a specific application or feature
An isolation boundary - Projects don't interfere with each other
A configuration hub - Project-level settings apply to all workflows within it
A collaboration space - Team members can work on the same project
Project Structure
Project (e.g., "E-Commerce Application")
├── Workflows
│ ├── User Registration Flow
│ ├── Payment Processing
│ └── Order Fulfillment
├── Environments
│ ├── Development
│ ├── Staging
│ └── Production
├── Shared Resources
│ ├── Test Data
│ ├── Variables
│ └── Credentials
└── Settings & Permissions
├── Access Control
├── Notifications
└── Integrations
Creating a Project
Step-by-Step Guide
Navigate to Projects
Click on "Projects" in the main navigation
Select "Create New Project"
Enter Project Details
Project Name - Give it a descriptive name (e.g., "Mobile Banking App Testing")
Description - Brief overview of what this project covers
Project Type - Select based on your testing needs:
Web Application Testing
Mobile Application Testing
API Testing
Desktop Application Testing
Multi-Protocol (combination of above)
Configure Project Settings
Default Environment - Set which environment is used by default
Time Zone - Select your project's time zone for scheduled executions
Notification Recipients - Add email addresses for test alerts
Set Access Permissions
Choose who can access this project
Set permission levels (Admin, Editor, Viewer)
Complete Setup
Click "Create Project"
Your project is now ready for workflow creation
Project Management
Renaming a Project
To rename an existing project:
Open the project
Click on Project Settings (gear icon)
Select General
Update the Project Name
Click Save
Archiving a Project
To archive a project (keeping it but hiding from active list):
Open Project Settings
Select Advanced
Click Archive This Project
Confirm the action
Note: Archived projects can be restored from the archive section.
Deleting a Project
To permanently delete a project:
Open Project Settings
Select Advanced
Click Delete This Project
Type the project name to confirm
Click Delete
⚠️ Warning: Irreversible Action
This action cannot be undone. All workflows, execution history, and associated data will be permanently deleted. Consider archiving instead if you might need this later.