This component describes what change in the product you want to test. Is it a new design, a new feature?
The key is not to test multiple changes at once. Follow the rule: "1 idea = 1 hypothesis." Otherwise, it will be impossible to determine which specific change affected the metrics. Even a single idea can be too broad and complex. Try to narrow it down. Describe the user flow where the change will occur and ensure the change affects only one step in one user scenario.
For example:
"A user clicks a button to buy a product. In the test, we will change the button color from yellow to green. We expect this to increase the conversion rate."
A poor example:
"A user must click a heart icon in the top right corner and go to the wishlist to make a purchase."
The second example completely changes the user scenario. It's unclear what specifically will affect the conversion rate since multiple changes are made.
To sum up, a hypothesis should describe what is being changed.
One hypothesis = one change.
Let's practice. Identify which of the three options can be used as one component of a hypothesis:
- Redesign the entire homepage.
- Change the target audience in advertising.
- Convert a dating app into a job search service.