Harvard Business Review

The Surprising Power of Online Experiments

Learn how to get the most out of A/B and other controlled tests

Learn Why Agile Businesses Use Split

Deliver software features that matter, fast!

renderContent(deleteTreatment) {
  const allowDelete = deleteTreatment.treatment === "on";
  return (
    <div className="todoListMain">
      <div className="header">
        <form onSubmit={this.addItem}>
          <input
            ref={(a) => (this._inputElement = a)}
            placeholder="Enter Task"
          ></input>
          <button type="submit">Add</button>
        </form>
      </div>
      <TodoItems
        entries={this.state.items}
        allowDelete={allowDelete}
        delete={this.deleteItem}
      />
      <TodoItems
        entries={this.state.items}
        allowDelete={allowDelete}
        delete={this.deleteItem}
      />
    </div>
  );
}

Appreciate the value of A/B tests

Data-supported decisions are becoming the norm. Product teams are empowered to do more controlled experiments and test changes they make to their products and features. This data is vital in helping them determine which features have the most impact on their organization’s bottom line. Conversely, data from experiments also help teams avoid product investments that could potentially have a negative impact on the business.

In this paper published by the Harvard Business Review, Ron Kohavi and Stefan Thomke explain important considerations for online experimentation:

  • How to properly design and execute on online experiments
  • Interpret results and avoid pitfalls
  • Learn how experiments can guide investment decisions
  • And more! Download this free white paper today.

Schedule a Split Demo Tailored to Your Needs

Speed up development cycles, reduce release risk, and focus your team on DevOps best practices that create maximum impact.

Book a Demo

Create Impact With Everything You Build

We’re excited to accompany you on your journey as you build faster, release safer, and launch impactful products.