UserTesting is a software platform known as the Human Insight Platform. Its main purpose is to help companies get feedback from real users on their products, websites, mobile apps, and prototypes. Businesses can see and hear people interact with their creations, which provides valuable insights to improve user experience. The platform allows for the creation of tests with specific tasks and questions, which are then completed by participants from a global network. UserTesting was founded in 2007 and has its headquarters in San Francisco, California. It helps teams in product, design, marketing, and user experience research to make decisions based on customer feedback rather than assumptions.
UserTesting offers a range of features to gather and analyze user feedback effectively.
UserTesting provides customized pricing plans tailored to the needs of different organizations. The plans are generally structured in three tiers.
Pricing is not publicly listed; potential customers need to contact the sales team for a custom quote based on their specific requirements.
UserTesting does not offer a permanent free plan. However, the company provides a free trial for businesses interested in evaluating the platform. To access the trial, you typically need to request a demo with their sales team. The trial allows you to explore the platform's features, create a test, and receive feedback from a limited number of participants. This helps you understand how the platform works and whether it fits your needs before committing to a paid plan.
Getting started with UserTesting is a straightforward process.
Pros:
Cons:
UserTesting integrates with a variety of popular tools to help teams incorporate user feedback into their daily workflows.
Yes, UserTesting provides a Developer API for its customers, typically available on the Ultimate plan. The API allows you to automate tasks and integrate UserTesting data with other systems. You can use it to programmatically create tests, access test results, and retrieve video clips.
To get an API key, you need to be on an eligible plan and generate the key from your account settings or by contacting your customer support manager. The developer documentation is available on the UserTesting website for guidance.
Here is a conceptual example of an API call to retrieve test data:
const fetch = require('node-fetch');
const API_TOKEN = 'your_api_bearer_token';
const TEST_ID = 'your_test_id';
const url = `https://api.usertesting.com/v1/tests/${TEST_ID}`;
const options = {
method: 'GET',
headers: {
'Authorization': `Bearer ${API_TOKEN}`,
'Content-Type': 'application/json'
}
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
UserTesting does not have a public affiliate program where you can earn commissions for referring new customers to their software platform. Their main focus is on direct sales and partnerships with larger organizations.
However, they do have a referral program for finding new test participants (contributors) for the UserTesting Contributor Network. If you are interested in a business partnership or collaboration, it is best to contact their partnership or marketing team directly through their official website to discuss potential opportunities.
Show your users that EnjoyHQ is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/enjoyhq?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-enjoyhq" target="_blank"><img src="https://saasprofile.com/enjoyhq/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="EnjoyHQ badge" loading="lazy" /></a>