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

    SharePoint Designer (discontinued)

    Score3 out of 10
    N/AMicrosoft's SharePoint Designer was a tool for developing SharePoint applications that has been discontinued.N/A
    Pricing
    SeleniumSharePoint Designer (discontinued)
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    SeleniumSharePoint Designer (discontinued)
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    SeleniumSharePoint Designer (discontinued)
    Considered Both Products
    Open Source
    No answer on this topic
    Discontinued Products
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    18 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    18 Answers
    No answers on this topic
    Happy with the feature set
    94%
    Happy with the feature set
    17 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    13 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    16 Answers
    No answers on this topic
    Features
    SeleniumSharePoint Designer (discontinued)
    Automation Testing
    Comparison of Automation Testing features of Selenium and SharePoint Designer (discontinued)
    Feature
    Selenium
    10.0
    1 Ratings
    17% above category average
    SharePoint Designer (discontinued)
    -
    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
    SeleniumSharePoint Designer (discontinued)
    Small Businesses
    BrowserStack
    Score8.5 out of 10
    .NET
    Score8.7 out of 10
    Medium-sized Companies
    BlazeMeter
    Score8 out of 10
    .NET
    Score8.7 out of 10
    Enterprises
    Tricentis Tosca
    Score8.8 out of 10
    ASP.NET
    Score9.5 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    SeleniumSharePoint Designer (discontinued)
    Likelihood to Recommend
    9.2
    (55 ratings)
    4.9
    (17 ratings)
    Likelihood to Renew
    9.2
    (6 ratings)
    10.0
    (1 ratings)
    Usability
    8.8
    (6 ratings)
    -
    (0 ratings)
    Support Rating
    8.3
    (11 ratings)
    8.0
    (1 ratings)
    Implementation Rating
    9.0
    (3 ratings)
    -
    (0 ratings)
    Data Sharing and Collaboration
    -
    (0 ratings)
    7.0
    (1 ratings)
    Data Sources
    -
    (0 ratings)
    7.0
    (1 ratings)
    User Testimonials
    SeleniumSharePoint Designer (discontinued)
    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
    Discontinued Products
    SharePoint does not provide, out of the box, a tool to create / update workflows from web. You have to use SharePoint Designer in order to create them. If you need to implement custom workflows for specific business processes, then SharePoint Designer is well suited. SharePoint Designer allows you to create workflows with task approval, email notifications, assign variables and update SharePoint Lists / Documents properties. In our company, we have created specific workflows for : - Purchase order - RH forms validation like annual employee review - Dematerialized existing forms and validation
    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
    Discontinued Products
    • 2013 Workflows - Loops: You can build loops to work while a value (not) equals something, or N number of times. You can insert Parallel Blocks to do multiple things at once, or to watch for multiple things, and when 1 thing finishes, cancels the others and moves to the next step or stage.
    • 2013 Workflows - Stages: Previously all we had were steps, which worked sequentially. With the Concept of Stages, we can create blocks of steps and based on the data collected during those functions, we can tell the workflow to go to a different Stage in the workflow based on a set of 1, or multiple, Conditionals in a transition area after each Stage. Giving you the power to develop multiple entire processes and skipping to the correct part of the workflow, rather than going through 20 conditionals to find out you needed to do action 31.
    • 2013 Workflows - REST API: the "Call HTTP Web Service" is a very powerful tool, but hard to understand if you have never seen it done, or have a guideline. It works very similar to the requirements in PowerShell to connect and get and post data to SharePoint using the Rest API. You can also use this to manage permissions on List Items, Lists, Sites, and Site Collections. Best part is when developed correctly, it is SUPER FAST!
    • Intentionally Building Infinite Loops: I have built multiple review process from Managing Certifications to Updating Published Documentation, that monitors when an Item, based on provided approved metadata, when the "Author" needs to review the document within the given amount of time. They will get e-mails with links asking if changes are needed. If not, it is routed to the Approving Executive, and the Workflow Automatically updates the Metadata to push out the review dates to the next date, based on metadata provided on how how often the document should be reviews. By using conditionals in the transition of stages, it basically starts over, and goes into a parallel block to allow the monitoring of multiple values of metadata to move to the next stage. Very Powerful when you want to automate these types of process. It truly is a "Set It and Forget It" process.
    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
    Discontinued Products
    • In the newest version of SharePoint Designer, they have gotten rid of the Design view which makes what used to be quick and easy changes much more code-intensive. This makes it harder for non-IT users and is more risker for all SharePoint Designer users.
    • SharePoint Designer workflows have a lot of functionality, but there are also some crucial limitations, such as not being able to put lookup fields in email subjects or using parenthesis to separate/group logical conditions.
    • Although this goes along with the Design view, there really isn't a good user interface anymore for adding conditional formatting and styles in views/pages.
    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
    Discontinued Products
    It is a helpful tool that we use every day.
    Incentivized
    Read full review
    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
    Discontinued Products
    No answers on this topic
    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
    Discontinued Products
    Support is good from Microsoft. They are quite responsive when we raise a ticket but SP Designer support will be ended by Microsoft in the near future as they have got new techs like PowerApps and Flow to achieve the same functionality SP Designer does and even more than that.
    Incentivized
    Read full review
    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
    Discontinued Products
    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
    Discontinued Products
    I haven't used anything else like this. I use different products for workflows and forms, but they aren't listed in the listings for this page. Instead of using it for workflows or forms (deprecated 2 years ago), I use Nintex. For everything else, I have what I need in the Modern version of SharePoint online
    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
    Discontinued Products
    • For my needs, I have not found SharePoint Designer useful for my day to day maintenance of SharePoint. It is useful for viewing all the objects that make up the SharePoint site.
    • It is not as intuitive in regard to setting up Workflows. I have yet to use it to set up workflows in SharePoint. Maybe if I needed more complex workflows, it would be beneficial.
    • I like to use SharePoint Designer for moving around files within SharePoint sites.
    Incentivized
    Read full review
    ScreenShots