TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Selenium

    Score8.1 out of 10
    N/ASelenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications.N/A

    Sentry

    Score8.8 out of 10
    N/ASentry provides engineering teams with tools to detect and solve user-impacting bugs and other issues.

    $26

    per month

    Pricing
    SeleniumSentry
    Editions & Modules
    No answers on this topic
    Team
    $26
    per month
    Business
    $80
    per month
    Developer
    Free
    Enterprise
    Contact sales team
    Offerings
    Pricing Offerings
    SeleniumSentry
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Features
    SeleniumSentry
    Automation Testing
    Comparison of Automation Testing features of Selenium and Sentry
    Feature
    Selenium
    10.0
    1 Ratings
    17% above category average
    Sentry
    -
    Ratings
    Record and Automate10.01 Ratings00 Ratings
    Multi-Browser Testing10.01 Ratings00 Ratings
    Test Management10.01 Ratings00 Ratings
    Integrated Version Control10.01 Ratings00 Ratings
    Object Recognition10.01 Ratings00 Ratings
    Data-Driven Testing10.01 Ratings00 Ratings
    Testing Reports & Analytics10.01 Ratings00 Ratings
    Best Alternatives
    SeleniumSentry
    Small Businesses
    BrowserStack
    Score8.5 out of 10
    No answers on this topic
    Medium-sized Companies
    BlazeMeter
    Score8 out of 10
    Airbrake
    Score8 out of 10
    Enterprises
    Tricentis Tosca
    Score8.8 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    SeleniumSentry
    Likelihood to Recommend
    9.2
    (55 ratings)
    9.0
    (15 ratings)
    Likelihood to Renew
    9.2
    (6 ratings)
    -
    (0 ratings)
    Usability
    8.8
    (6 ratings)
    8.0
    (3 ratings)
    Support Rating
    8.3
    (11 ratings)
    -
    (0 ratings)
    Implementation Rating
    9.0
    (3 ratings)
    -
    (0 ratings)
    User Testimonials
    SeleniumSentry
    Likelihood to Recommend
    Open Source
    When you have to test the UI and how it behaves when certain actions are performed, you need something that can automate the browsers. This is where Selenium comes to the rescue. If you have to test APIs and not the frontend (UI), I would recommend going with other libraries that support HTTP Requests. Selenium is good only when you have no choice but to run the steps on a browser.
    Incentivized
    Read full review
    Sentry
    Great for standard web application performance monitoring, analytics and error reporting. Shows line level code errors, gives insight into performance issues (plugins, API issues, etc.). Automation and scheduled scanning in production gives client visibility into 'after deployment' value. Also lets a relatively small number of developers keep tabs on a handful of different site/applications without needing a bunch of tools. The UI is pretty complicated and can be overwhelming for new users. Documentation could be better for the learning curve,
    Incentivized
    Read full review
    Pros
    Open Source
    • For any web based UI automation, Selenium is the best tool out there to automate your tests.
    • It supports multiple coding languages like Java, Python, Ruby, C# etc.. to choose from.
    • There is a huge community of users and can get many answers on StackOverFlow.
    • It has lot of other plugins to make your tests even more efficient.
    Incentivized
    Read full review
    Sentry
    • Great web interface. Lots of data available in a really clean format, with filtering options and more.
    • Per-user exception tracking. User is complaining about something being broken? Look up their account ID in Sentry and you can see if they've run into any exceptions (with device information included, of course).
    • Source map uploading. Took a little while to figure this out but now we have our deploy script upload sourcemaps to Sentry on each deployment, meaning we get to see stack traces that aren't obfuscated!
    • Very generous free tier – 10,000 events per month. We're nowhere near that yet.
    Incentivized
    Read full review
    Cons
    Open Source
    • Selenium is pretty user-friendly but sometimes tests tend to flake out. I'd say roughly one out of twenty tests yields a false positive.
    • Selenium software cannot read images. This is a minor negative because a free plug-in is available from alternate sources.
    • Slowness may be a minor factor with Selenium, though this is an issue with basically any testing software since waiting on a site to execute JavaScript requires the browser to wait for a particular action.
    Incentivized
    Read full review
    Sentry
    • Alert Configuration. Would be really helpful to have multiple logical groupings within the "If" section of a single configurable alert.
    • Alert Copying. Being able to copy an alert from one project to another would be super beneficial.
    • Alert Tags. Better UI around how we select which tags are getting sent with each alert instead of a tiny text box.
    Incentivized
    Read full review
    Likelihood to Renew
    Open Source
    We love this product mainly because of its high customization abilities and the ease of use. Moreover, its free and can be learned easily through online communities and videos. The tests are more consistent and reliable as compared to Manual tests. It has enabled us to test a large number of features all in one go, which would have impossible through manual tests. The reports generated at the end of the tests are really helpful for the QA and the development teams to get a fair view of the application.
    Incentivized
    Read full review
    Sentry
    No answers on this topic
    Usability
    Open Source
    For those who are unfamiliar with coding, there is a bit of a learning curve. There is plenty of helpful documentation and resources but it can take a little time to get the software up and running. Once you get the hang of how Selenium works, and what it can do, you realize how many things you can use it for, and how many processes you can automate.
    Incentivized
    Read full review
    Sentry
    Its incredibly versatile, but that leads to complexity for the uninitiated, which can be intimidating. Nevertheless its a well polished product, in our case leading to only using it for a focus on frontend is still more cost effective than buying a one-to-rule-them-all tool...
    Incentivized
    Read full review
    Support Rating
    Open Source
    The Selenium app has a pretty fat community of users. For the problems we are experiencing, we are primarily receiving support from these communities. In addition, there is widespread service support. Instant support is given to the problems we experience when we need Online support. We and our team are happy to provide this support, especially before important deployment processes
    Read full review
    Sentry
    No answers on this topic
    Implementation Rating
    Open Source
    We did everything we needed to use it. Now we can execute our tests on different operational systems and browsers running few tests simultaneously. We also implemented Appium framework to execute our tests on mobile devices, such as iPhones, iPads, Android phones and tablets. We use SauceLabs for our test execution and Jenkins for continuous integration.
    Incentivized
    Read full review
    Sentry
    No answers on this topic
    Alternatives Considered
    Open Source
    At the time of adoption, there were not many other alternatives that were even close to being competitive when it comes to browser testing. As far as I know now to this day, there is still little competition to Selenium for what it does. Any other browser-based testing still utilises Selenium to interact with the browser.
    Incentivized
    Read full review
    Sentry
    It is cheaper and offers better support for front-end applications for enterprise large environments with more then 30 scrum teams and hundreds of micro frontend applications. The configuration options, both with the agent and from the user interface, are superior to other tools, and the documentation is also very easy to use.
    Incentivized
    Read full review
    Return on Investment
    Open Source
    • There hasn’t been a downside to using it yet other than we’ve got to update the programs we create for each change.
    • This has saved us hundreds of hours of manpower by allowing our automation engineer to rapid fire tests.
    • We are able to screenshot and save entire sites before and after launch with a program the automation engineer created
    • We can compare large volumes of data against data in excel docs with a program created using Selenium
    Incentivized
    Read full review
    Sentry
    • So it has helped us for quick error resolutions.
    • From dashboard we are able to assign errors to particular member and see when its resolved.
    • Without customer informing us about errors we know what happened in real time helps in customer service also.
    Incentivized
    Read full review
    ScreenShots