---
title: TestProject Reviews
meta_title: 'TestProject Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 14 reviews by the users' company size, role or industry to
  find out how TestProject works for a business like yours.
aggregate_rating:
  rating_value: 4.7
  review_count: 14
  scale: '5'
date_modified: '2026-08-07'
parent_category:
  name: DevOps
  url: https://www.g2.com/categories/devops
---


# TestProject Reviews
**Vendor:** TestProject  
**Category:** [Automation Testing Tools](https://www.g2.com/categories/automation-testing-tools)  
**Average Rating:** 4.7/5.0  
**Total Reviews:** 14
## About TestProject
TestProject is the world&#39;s first 100% free test automation platform for Web, Android, iOS and API testing, trusted by over 150,000 users in the testing community. TestProject helps testers and developers ensure quality with speed, by eliminating maintenance &amp; setup hassles and empowering Selenium &amp; Appium with AI self-healing technology. No matter your skillset, TestProject has all the tools you need to ensure a top-notch automation experience, using advanced codeless features or open source SDK compatible with native Selenium APIs. To top it off, you also get to leverage their useful Addons library, out-of-the-box beautiful test reports, seamless integrations into your CI/CD pipelines, worldwide team collaboration options to boost efficiency, and all of this at no cost. By fostering a collaborative community that can come together, as individuals and in teams, TestProject is shaping the future of software testing and helping teams overcome testing challenges with ease and deliver flawless products. Founded in 2015 and acquired by Tricentis in 2019. To learn more, visit https://testproject.io/




## TestProject Reviews
  ### 1. A test analysts opinion and comparison of testproject as a new (~2-3 weeks) user.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Kim H. | Software test analyst/test automation analyst

**Reviewed Date:** July 17, 2021

**What do you like best about TestProject?**

Very fast to get it up and running.  For most (not all)  web browser object (element) identification, even the recorded elements are pretty robust and will be repeatedly found in playbacks on other browsers machines and days or weeks after the recording.  That's something many automation recorders lay claim to and the first time I have ever seen it actually work!  
It also has a very flexible UI/keyword type automation tool that can allow you to create some surprisingly robust and complex tests without once writing any code.  

Object identification is very good.  Disclaimer I have only used with web browser so cannot comment on the above with regards to iOS and Android testing.

Support has been great so far.  Only been using a couple of weeks so I still haven't figured out whether the great support is part of the free plan or a subscription service.  Everything I find about pricing just says free, free free lol... if there is a cost for ongoing support which is modest I would consider paying it.  If the support I a, getting now is free, then it is comparable to the paid support I have accessed through other automation vendors when on contract at organisations where they were paying a significant amount for a support contract.  Again disclaimer I am in the Southern Hemisphere, so unless I want to be up all night any support we tend to get is usually via email due to time zones so maybe paid support for other automation tools like test complete if I were in the US  would be better than it has been here, but as it is TestProject support has been amazing.  I can't figure out where to buy it is it is paid for (they make it clear the project is always free but not sure if support is or not?)  but the level of support I have gotten in the first couple of weeks is on a par with the better quality of the expensive paid support at other automation vendors.

**What do you dislike about TestProject?**

Too early to say. I wish it had a built in IDE as getting the sdk set up and working in the main ides is not straightforward.  I also have not yet been able to import a test back into the TestProject runner successfully (tried to import a grade package and a .jar file, in both cases the actual code was simply TestProject exported code with a couple of steps removed and nothing new added as I was simply testing the import export feature and not my ability to write any meaningful code!).  It seems like they have coded the agent to cover a lot of the dependencies for test automation so hopefully someone contributing to TestProject will do the next thing (imho) and create a lovely TestProject IDE in the cloud so we can take all out tests and painlessly convert them to and from code.  As far as writing code and syntax, I can't comment as I am a new user and still in the pain stage of getting the ide working and figuring out the dependancies and requirements to make a project that I can export and have TestProject accept it.  
As with a lot of IDEs, I feel like learning the coding language and the syntax, is a small thing, compared to getting the damn ide set up properly!  
So I hope one day they put in a test complete cloud based ide where you can just choose your language and wollah... everything is set up and good to go..  I personally would pay a small subscription for that feature.

**What problems is TestProject solving and how is that benefiting you?**

Too early  for sure, basic stuff is very easy and quick to get working.   The UI tool at first didn't appear to have anything similar to your standard if/else or switch function, well it does but it works a little differently.  
Using a cab file for data driven testing is very quick and painless to get working at a basic level but if you have tests calling sub tests you either have to pass the parameter from a local variable on the master test to a global variable and have the s test access it from there (which means writing a whole lot of "set value of parameter" steps) or if you write all your steps in one big ole master test then when you ar sure it is all complete and working properly you can select steps and choose to group them into a sub test.  When you do that it automatically detects any local parameters you had been using in those steps and gives you the option to pull those values through from the master.  However if you add the sub test separately (ie didn't write its steps in the master test) you don't seem to get that option so have to call global parameters and then you end up with either a hodge lodge of some tests pulling thru local param's  from the master and others using global Params that you have to add steps to pass values to in the master... or for consistency, you just set up every single variable(parameter) you will use in the test as a local parameter in the master test and the. Pass every single local variable to a global parameter (so you have to create each global and then write steps for passing each local parameters value to it at the start of your master test.

There may well be ways to code around this that I haven't found.  But if there are I also haven't found any documentation on how the built in csv processing works, which is a pity as I imagine if there were then rather than trying to code all the to and fro'ing of data from csv to local or global parameters you could utilise built in methods that they must have somewhere to run the built in csv data driven test option?  Again this might be there and I just haven't found it yet lol
 Overall though, I am finding this a very well thought out, very capable automation option, that is on a par if not significantly better than some of the paid options that cost many thousands of $$per seat.
It's also great that it can be all cloud based so you can write tests and anyone else in your team can run them from wherever on whatever machine, they just need the agent.  And it also seems to automatically just make it all work for chrome, Firefox and so on without any tweaking needing to be done to make  browser tests u created and debugged on chrome work on ff etc.

  ### 2. For Beginner it is very good tool.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** August 26, 2019

**What do you like best about TestProject?**

To Begin any test , from any respective steps.
Reports which is usefull

**What do you dislike about TestProject?**

take time to perform each action.
some time device is disconnected in middle of test cases.

**What problems is TestProject solving and how is that benefiting you?**

Manual tester will interact with thils tool and instead of writing test cases manually , they perform that action and export.


## TestProject Discussions
  - [What is stored in the cloud?](https://www.g2.com/discussions/what-is-stored-in-the-cloud) - 1 comment, 1 upvote
  - [What are Addons?](https://www.g2.com/discussions/what-are-addons) - 1 comment, 1 upvote
  - [What is an Agent?](https://www.g2.com/discussions/what-is-an-agent-49704611-5120-4579-8cf8-0a089adbfddc) - 1 comment, 1 upvote
  - [Does TestProject support external integrations?](https://www.g2.com/discussions/does-testproject-support-external-integrations) - 1 comment, 1 upvote
  - [How can I collaborate with my teammates?](https://www.g2.com/discussions/how-can-i-collaborate-with-my-teammates) - 1 comment, 1 upvote

- [View TestProject pricing details and edition comparison](https://www.g2.com/products/testproject/reviews?filters%5Bnps_score%5D%5B%5D=4&section=pricing&secure%5Bexpires_at%5D=2026-08-12+14%3A49%3A52+-0500&secure%5Bsession_id%5D=4bf5b1cb-b13f-4d91-a898-d893e0a97e50&secure%5Btoken%5D=0f5295fa70b63db1bc7fac0d1fa7021769d1cc0e30b0d9dedf35423e81b924d8&format=llm_user)

## TestProject Features
**Functionality **
- Test Feedback
- Test History
- Customization
- Test Variety

**Agentic AI - Software Testing**
- Autonomous Task Execution
- Natural Language Interaction
- Proactive Assistance

**Automation**
- Organization
- Reliability
- Thoroughness

**Agentic AI - Automation Testing**
- Autonomous Task Execution
- Natural Language Interaction
- Proactive Assistance
- Supports Parallel Execution

**Additional Functionality**
- Assessment Management
- Reporting & Statistics
- Security Testing
- Parameterized Testing
- Data Visualization
- Data Import/Export
- AI Copilot
- API
- Unicode Compliance
- Monitoring
- Performance Management
- Real-Time Reporting
- Issue Tracking
- Performance Testing
- Bug Tracking
- Compliance Management
- Move & Copy
- Requirements Management
- Hierarchical View
- User Management
- Software Testing Management
- Model-Based Testing
- Activity Dashboard
- Issue Management
- Quality Assurance
- Version Control
- Activity Tracking
- Data Extraction
- Static Analysis
- Requirements-Based Testing
- Real-Time Monitoring
- Customizable Reports
- A/B Testing
- Alerts/Notifications
- Action-Word Testing
- Test Script Reviews
- Data Storage Management
- Workflow Management
- Generative AI
- Collaboration Tools
- Drag & Drop

## Top TestProject Alternatives
  - [Katalon](https://www.g2.com/products/katalon/reviews) - 4.4/5.0 (214 reviews)
  - [Cypress](https://www.g2.com/products/cypress/reviews) - 4.7/5.0 (106 reviews)
  - [TestComplete](https://www.g2.com/products/testcomplete/reviews) - 4.2/5.0 (92 reviews)

