Browse Software
List Your Product
Loading...
ProdPerfect Reviews

User Rating

4.9/5 (Based on 16 Ratings)

Rating Distribution

  • Excellent

    87.5%
  • Very Good

    12.5%
  • Average

    0%
  • Poor

    0%
  • Terrible

    0%

Do You Use ProdPerfect?

Write a Review
Reviews
BN

Benjamin N

September 13, 2022 Source: G2.com
"Excellent value for a software test automation product that reduces engineering costs"
What do you like best about ProdPerfect?

ProdPerfect was exactly what we needed as a small software business that did not want to hire a full time front-end QA engineer.

Onboarding was easy because their software automatically measured the user flow in our web app, which is then used to create test cases.

The ProdPerfect team created the test cases and got them up and running without very much input from me.

Once testing was operational, we held a highly effective weekly meeting series to discuss the system use, testing issues, and new test cases.

My finding is that we achieved more than we would have with a fulltime QA engineer, for about 50% of the price of a off-shore (relative to U.S.) engineer.

What do you dislike about ProdPerfect?

The ProdPerfect team has good handle on what is needed in the roadmap.

In general it would be ideal for the test execution cases to be run in parallel with no-dependency executions. This is something they have been working on but is not ready yet. Not having this feature means that testing of each case is done in series which takes more time and there are some reporting challenges with failures. For example the JavaScript environment is not aware of which test case is running, so the test case ID cannot be included in logging reports (e.g. Sentry)

What problems is ProdPerfect solving and how is that benefiting you?

My aim was to achieve frontend test coverage without hiring a full time QA engineer and I was able to do this with ProdPefect and the cost was about 50% of what a QA engineer would have cost.

Considering that comparison, the rest of the Continuous Integration system comes for free in the sense of having the hourly testing compute engaged + a pass/fail dashboard for viewing results.

Read more
AD

Arpan D

August 28, 2022 Source: G2.com
"Achieving Continuous Testing Effortlessly"
What do you like best about ProdPerfect?

ProdPerfect has helped our engineering team to move even faster. Our regression test coverage is now based on real usage patterns and regularly being updated and monitored and very well integrated with our CI/CD pipeline. We are able to run the entire test suite in any environment pretty easily and in a timely manner. If and when the tests fail, it is easy to debug and find the cause. The customer service and support from ProdPerfect is top notch.

What do you dislike about ProdPerfect?

In some rare instances, there are false alarms, but that is expected from automated tools. I'd rather have occasional false alarms than letting a defect or a bug go to production.

What problems is ProdPerfect solving and how is that benefiting you?

To move fast, allowing engineers to focus on writing good quality software and unit tests and deploying with a high level of confidence.

Read more
IB

Ivan B

August 31, 2021 Source: G2.com
"Great solution for automated testing"
What do you like best about ProdPerfect?

The continuous measuring of our product and the automatic creation and maintenance of E2E test cases as we build out new features is what we like the most about ProdPerfect. ProdPerfect has proven that they can find unexpected breaks in our integration environments before we deploy to production.

What do you dislike about ProdPerfect?

There are not many downsides to ProdPerfect. Depending on your needs, their test cases may rely on established user accounts and pre-existing data. This requirement may tie your tests to a specific pre-prepared test environment. ProdPerfect allows unlimited testing in any test environment, but you have to handle the environment duplication yourself. For us, this isn't a big deal, but we would love to run ProdPerfect in all of our test environments efficiently.

What problems is ProdPerfect solving and how is that benefiting you?

Building and maintaining an automated E2E front-end test system is a full-time job for at least one person, ideally more. We needed to keep our engineering costs down as much as possible, so ProdPerfect is a good fit

Read more
TJ

Tom J

August 11, 2019 Source: G2.com
"Incredibly effective and cost-effective"
What do you like best about ProdPerfect?

- It determines the tests to write by monitoring clicks and traffic, resulting in minimal setup effort from our end and effective paths to test.

- It fully writes and maintains the tests – entirely hands off from our engineering team.

- Tests are high quality and effective – has caught a few issues that would have affected major production workflows.

- We can put them in any place we want in our pipelines – we have complete control.

- Great support and communication from their team – professional, quick to respond, friendly.

- So, so much cheaper than doing it ourselves by either hiring QA or having engineers context switch to it.

What do you dislike about ProdPerfect?

- Not as much a dislike but it would be nice to have a bit more of a complete dashboard to look at test performance over time and related metrics.

Recommendations to others considering ProdPerfect:

We've found it to be very low maintenance, low cost, and high quality. It's shocking that no other service like this exists already, and their execution of it is top notch.

What problems is ProdPerfect solving and how is that benefiting you?

Problems: having a cost-effective way to have a last line of defense between our unit tests and production – occasionally unit tests will miss something bigger picture. Hiring QA or having engineers maintain and write tests would be expensive.

Benefits realized: exactly that!

Read more
JE

Joseph E

August 10, 2019 Source: G2.com
"Managed automated end-to-end testing that really works"
What do you like best about ProdPerfect?

Our developers no longer need to write and maintain the end-to-end tests that made them less efficient. Additionally, the e2e tests from ProdPerfect are better and cover more cases, and they're updated more quickly. Much better than doing it ourselves.

What do you dislike about ProdPerfect?

Test updating on weekends/after hours does not happen, so you sometimes get stuck not being able to merge on the weekends if you have changes to interface.

What problems is ProdPerfect solving and how is that benefiting you?

The primary problem we are solving is code quality and speed of high-quality software development. By having good end-to-end tests, we identify potential problems with new code before it is merged/can be released, and we catch it at the point that the developer who wrote it can quickly identify and fix it. (As opposed to waiting until it's merged, and then having a developer who may not have written it try to find it/figure it out).

Read more
TH

Thorsten H

August 9, 2019 Source: G2.com
"Exactly what we were looking for."
What do you like best about ProdPerfect?

With nearly no effort we were able to get end-2-end frontend testing up and running for our application. Straight from the beginning it helped us to detect regressions and the whole test-suite keeps up-to-date with our development without any effort from our dev team - coordinating through our QA team is enough...

What do you dislike about ProdPerfect?

We needed to install a tiny tracking snippet in our application which was a bit challenging to align with our privacy regulations, but finally we managed to do...

What problems is ProdPerfect solving and how is that benefiting you?

it reduced our internal QA effort and increased the overall product quality

Read more
JJ

Justin J

August 8, 2019 Source: G2.com
"ProdPerfect in a CI/CD Pipeline"
What do you like best about ProdPerfect?

We use Prodperfect as part of our CI/CD pipeline - we use it as a stop-gap to guard our production environment, prior to deploying we run the prod perfect test suite - if it fails (meaning we did something wrong in our application code) then the deploy to production never happens.

This gives us an extremely high level of confidence that we can develop and deploy safely to our users

What do you dislike about ProdPerfect?

Honestly nothing - the team is great, they don't sell you a product - they form a partnership with you and in the tech space there are so many people trying to sell you so many things - this is a refreshing benefit of working with them

Recommendations to others considering ProdPerfect:

Just do it. It's worth it.

What problems is ProdPerfect solving and how is that benefiting you?

Deploying successfully with a high level of confidence that we have not disrupted new or existing functionality

Read more
JC

Jessica C

December 21, 2020 Source: G2.com
"Review of ProdPerfect from n2y QA's perspective."
What do you like best about ProdPerfect?

I love the communication and explanation from ProdPerfect. Whenever I have a question, it is answered in a timely fashion.

What do you dislike about ProdPerfect?

I don't like any part of ProdPerfect. If I ever have any questions, they are answered immediately.

Recommendations to others considering ProdPerfect:

Ask any questions when you do not understand, they are very good at explaining.

What problems is ProdPerfect solving and how is that benefiting you?

ProdPerfect is automating some of our manual regression tests, allowing us to focus on new areas of concern.

Read more
EV

Ella V

December 16, 2020 Source: G2.com
"Make working cycles more intelligent"
What do you like best about ProdPerfect?

It's simple conceivable to arrange worksheets in the primary dashboard into seconds - we keep an ideal review of continuous cycles and arrangements we are arranging. Answering to representatives works consummately.

What do you dislike about ProdPerfect?

The tests are helpful, however on the off chance that you have customers in various nations you regularly have the issue to have a few reports deciphered in numerous parts yet a few reports are simply in english.

What problems is ProdPerfect solving and how is that benefiting you?

We are saving opportunity to chip away at datasheets and are lessening time - clients uphold causes us to stay up with the latest and we are attempting to look behind the relative expenses for the end-client.

Read more
JR

John R

September 22, 2019 Source: G2.com
"Remove regression from your list of problems"
What do you like best about ProdPerfect?

ProdPerfect allows me to focus on the things that make a difference in the marketplace for my company and pay minimum attention to things that don't. I get paid to ship new features, not to chase stuff we just broke in existing features. ProdPerfect automates the decision about what to focus regression on, then deals with the regression itself.

What do you dislike about ProdPerfect?

No user interface. We have a broad range of technologies and rely on centralized dashboards like Codacy to see across the entire product.

Recommendations to others considering ProdPerfect:

What do you want to spend your time on and become expert at, shipping great new features, or not breaking old features?

What problems is ProdPerfect solving and how is that benefiting you?

The main problem we're solving is with hiring and paying someone internally to write and maintain robust UI regression tests. We estimate that, in our small company, we've dodged one FTE using ProdPerfect.

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed