TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    SpecFlow

    Score10 out of 10
    N/ASpecFlow is an open source BDD for .NET. that aims to bridge the communication gap between domain experts and developers by binding readable behavior specifications to the underlying implementation.N/A

    Tricentis Testim

    Score7.6 out of 10
    N/ATestim.io, from Tricentis since the February 2022 acquisition, leverages machine learning for the authoring, execution and maintenance of automated test cases. Testim uses dynamic locators and learns with every execution. It is designed to produce fast authoring and stable tests that learn, thus eliminating the need to continually maintain tests with every code change.

    $30,000

    per year

    Pricing
    SpecFlowTricentis Testim
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    SpecFlowTricentis Testim
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    SpecFlowTricentis Testim
    Considered Both Products
    Open Source
    No answer on this topic
    Tricentis
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    93%
    Would buy again
    13 Answers
    Delivers good value for the price
    No answers on this topic
    92%
    Delivers good value for the price
    12 Answers
    Happy with the feature set
    No answers on this topic
    93%
    Happy with the feature set
    13 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    78%
    Lived up to sales and marketing promises
    7 Answers
    Implementation went as expected
    No answers on this topic
    85%
    Implementation went as expected
    11 Answers
    Best Alternatives
    SpecFlowTricentis Testim
    Small Businesses
    BrowserStack
    Score8.5 out of 10
    TestComplete
    Score8 out of 10
    Medium-sized Companies
    BlazeMeter
    Score8 out of 10
    OpenText UFT One
    Score8 out of 10
    Enterprises
    Tricentis Tosca
    Score8.8 out of 10
    SoapUI Open Source
    Score8.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    SpecFlowTricentis Testim
    Likelihood to Recommend
    9.0
    (1 ratings)
    7.5
    (14 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    8.1
    (2 ratings)
    Usability
    -
    (0 ratings)
    8.2
    (2 ratings)
    Support Rating
    -
    (0 ratings)
    6.6
    (12 ratings)
    User Testimonials
    SpecFlowTricentis Testim
    Likelihood to Recommend
    Open Source
    It is best suited for implementing the automated test cases in a human readable form so it's easy for non-technical members of the team and stakeholders to understand the test cases, features and the functionalities of the application. Automation of Integration tests and End to End tests are good use case. It is less appropriate or situations where the focus is only on the writing and maintenance of unit tests.
    Incentivized
    Read full review
    Tricentis
    Testim has been great at automating Frontend and integration regression testing. I do not think it would work wellTricentis Testimfor backend code testing, if it could not be done through UI. The record function is very good, and makes automating test cases much faster and more accurate. We have had great success using Testim to verify SalesForce environments, NetSuite environments, and our own JumpCloud application as well.
    Incentivized
    Read full review
    Pros
    Open Source
    • Versatility to be used in combination with different kinds of automated testing like automated performance testing, API testing, UI testing etc. I use JavaScript, Selenium, C#, email testing libraries, database testing libraries in combination with BDD with SpecFlow. I am able to use all these with SpecFlow to make my automation framework to be able to automate any kind of automated testing.
    • It provides different widely used runner options like NUnit, XUnit etc. Before I started to work on establishing proper test automation in my workplace, the previous automation framework (non-BDD based) as well as unit tests used NUnit runner. The transition to using BDD was smooth because we could use the same runner and there were no compatibility issues.
    • The auto-complete feature is good. I use it with Visual Studio as well as Rider and I don't have to recall the entire Gherkin statements. I just type a few words and the entire Gherkin statement implemented in framework is auto-suggested by SpecFlow. It saves time and context switching.
    Incentivized
    Read full review
    Tricentis
    • It provides a codeless testing environment, allowing non-technical users such as business analysts and testers to create and maintain automated tests without writing code. This democratizes test automation and accelerates test creation.
    • The platform leverages artificial intelligence (AI) and machine learning (ML) algorithms to analyze user interactions with the application and automatically generate test scripts. This significantly reduces the time and effort required to create test cases.
    • Its AI capabilities enable tests to adapt to changes in the application's user interface (UI) automatically. If UI elements change, the platform can identify and update the tests accordingly, reducing maintenance overhead.
    Incentivized
    Read full review
    Cons
    Open Source
    • SpecFlow does not accepts optional input variables in the methods defined during Gherkin statement implementation. Cucumber supports optional input variables in the methods defined during Gherkin statement implementation.
    • The tests identified while using SpecFlow with NUnit removes all white spaces in the scenario names. It makes the tests less readable. If the white spaces are not auto-removed, it would be much better for readability as well as their actual identification in the repository.
    Incentivized
    Read full review
    Tricentis
    • Providing more comprehensive reporting and analytics capabilities, including customizable dashboards and insights into test execution results, could help users gain deeper insights into their test coverage and quality.
    • Expanding integration capabilities with a wider range of external systems, tools, and test management platforms could increase flexibility and interoperability within the testing ecosystem.
    • Enhancements in organizing and managing test scenarios and test suites could improve the user experience. Features such as better folder structures, tags, and hierarchical organization could make it easier to manage large test suites.
    Incentivized
    Read full review
    Likelihood to Renew
    Open Source
    No answers on this topic
    Tricentis
    This is one of the most intuitive tools, while also having the capability to do complex test scenarios. There are very few things we are unable to test with this tool. The support is also very quick and very helpful.
    Incentivized
    Read full review
    Usability
    Open Source
    No answers on this topic
    Tricentis
    While the users do have some small amount of coding background, this tool does not require much prior knowledge to get off the ground. In order to do some of the more complicated test scenarios, there is a learning curve, but overall the re-usability and ease of use is fantastic.
    Incentivized
    Read full review
    Support Rating
    Open Source
    No answers on this topic
    Tricentis
    The customer support is the best I have ever experienced, both personally and in a job role. The chat anytime is a very nice option, there has never been more than a few minute wait to connect with someone, and the agents are very knowledgeable and helpful.
    Incentivized
    Read full review
    Alternatives Considered
    Open Source
    SpecFlow is .Net based which supports C#. Behave is Python based. Cucumber is Java based. Ghost Inspector is no-code based but provides very limited testing features. We wanted to implement BDD so we rued out using Ghost Inspector. Most of the developers in my team are C# experts so it was decided for everyone's comfort to go for SpecFlow rather than Behave or Cucumber. It's import to have technical experts in the language of the automation framework because there are many situations where the solutions to the test automation needs are not straightforward and implementing those requires expertise in the related programming language.
    Incentivized
    Read full review
    Tricentis
    We evaluated several other products, and what gave Tricentis Testim the edge was the ease of use, the customer support and the pricing. While others seemed to have a bit more complex functionality, we have been able to build almost every use case the way we would expect, with very few workarounds.
    Incentivized
    Read full review
    Return on Investment
    Open Source
    • Everyone stays on the same page regarding the behavior of existing functionalities whether it be technical or non-technical individuals. So there is less need for multiple people to get involved which saves time and thus money.
    • Reusing the same code through the implemented Gherkin statement saves test automation time and thus reduces cost.
    • We combine SpecFlow with other opensource testing technologies to make our automation framework more versatile which further saves costs for us.
    Incentivized
    Read full review
    Tricentis
    • Tricentis Testim has helped us run a thorough regression daily, something that we were unable to do before
    • Tricentis Testim has helped us to catch many seemingly unrelated bugs in a test environment the day of/day after code changes
    • Tricentis Testim low code approach has helped us to create automation tests much faster, with more confidence, and allows much easier maintenance
    Incentivized
    Read full review
    ScreenShots

    Tricentis Testim Screenshots

    Screenshot of the Testim dashboard, used to prioritize work and manage teams and projects.Screenshot of custom JavaScript steps, to handle any scenario and share them across tests.Screenshot of Testim's test configuration options, with pre-built and custom actions.Screenshot of Testim Mobile