Home
Default state
Initial loaded page state.
Gherkin acceptance criteria for this state
Feature: Access the ResearchOps home page
As a user researcher
I want to access the ResearchOps home page
So that I can choose the right ResearchOps journey for my work
Background:
Given I am a user researcher
When I visit the ResearchOps home page
Scenario: View the ResearchOps service identity
Then I should see the service name "ResearchOps Demo Suite"
And I should see the tagline "Objective orientated applied user research done well."
And I should see the page heading "ResearchOps Demo Suite"
And I should see introductory text explaining that the service supports applied user research with operations, governance and accessibility baked in
Scenario: Understand that the service is a prototype
Then I should see a prototype banner
And the banner should warn me not to enter real participant personal data
Scenario: Navigate using the primary navigation
Then I should see primary navigation links for:
| Home |
| Start research project |
| Projects |
And the "Home" navigation item should be shown as the current page
Scenario: View the available research journeys
Then I should see the section heading "Choose a journey to explore"
And I should see journey cards for:
| Journey title | Category |
| Start a new research project | Getting started |
| Set clear research objectives | Team alignment |
| Recruit participants for user research studies | Recruitment |
Scenario: Start a new research project journey
Given I can see the "Start a new research project" journey card
Then I should see the question "How might we define the research project?"
And I should see a description explaining that the project will be defined with its service phase and project status before adding stakeholders and objectives
When I select "Go to start research project service"
Then I should be taken to the start research project service
Scenario: Open the research objectives journey
Given I can see the "Set clear research objectives" journey card
Then I should see the question "How might we overcome the impact of unclear objectives in user research?"
And I should see a description explaining that misaligned objectives can affect research, design and delivery teams
When I select "Go to objective definition service"
Then I should be taken to the objective definition service
Scenario: Open the participant recruitment journey
Given I can see the "Recruit participants for user research studies" journey card
Then I should see the question "How might we ensure that participant recruitment reflects the diversity and needs of the service's real users?"
And I should see a description explaining the risk of biased, exclusionary or ineffective findings when recruitment is poorly planned
When I select "Go to participant management service"
Then I should be taken to the participant management service
Scenario: Access the home page using a keyboard
Given I am navigating with a keyboard
Then I should be able to move focus through the primary navigation links
And I should be able to move focus through each journey call-to-action
And I should be able to activate each link using the keyboard
Scenario: Understand the page structure with assistive technology
Then the page should have one clear main heading
And the journey section should have a meaningful heading
And each journey card should expose its title, supporting text and call-to-action in a logical reading order
Scenario: View footer information
Then I should see the footer text "© 2026 Home Office Biometrics · ResearchOps v1.0.0"
Desktop
Mobile































































