TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Oracle VirtualBox

    Score8.2 out of 10
    N/AOracle VirtualBox is an open source, cross-platform, virtualization software, enables developers to deliver code faster by running multiple operating systems on a single device.

    $0

    per month

    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
    Pricing
    Oracle VirtualBoxSelenium
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Oracle VirtualBoxSelenium
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Oracle VirtualBoxSelenium
    Considered Both Products
    Oracle
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    95%
    Would buy again
    18 Answers
    100%
    Would buy again
    18 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    19 Answers
    100%
    Delivers good value for the price
    18 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    19 Answers
    94%
    Happy with the feature set
    17 Answers
    Lived up to sales and marketing promises
    85%
    Lived up to sales and marketing promises
    11 Answers
    100%
    Lived up to sales and marketing promises
    13 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    17 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    Oracle VirtualBoxSelenium
    Server Virtualization
    Comparison of Server Virtualization features of Oracle VirtualBox and Selenium
    Feature
    Oracle VirtualBox
    8.2
    50 Ratings
    2% above category average
    Selenium
    -
    Ratings
    Virtual machine automated provisioning8.036 Ratings00 Ratings
    Management console8.846 Ratings00 Ratings
    Live virtual machine backup8.236 Ratings00 Ratings
    Live virtual machine migration7.033 Ratings00 Ratings
    Hypervisor-level security9.029 Ratings00 Ratings
    Automation Testing
    Comparison of Automation Testing features of Oracle VirtualBox and Selenium
    Feature
    Oracle VirtualBox
    -
    Ratings
    Selenium
    10.0
    1 Ratings
    17% above category average
    Record and Automate00 Ratings10.01 Ratings
    Multi-Browser Testing00 Ratings10.01 Ratings
    Test Management00 Ratings10.01 Ratings
    Integrated Version Control00 Ratings10.01 Ratings
    Object Recognition00 Ratings10.01 Ratings
    Data-Driven Testing00 Ratings10.01 Ratings
    Testing Reports & Analytics00 Ratings10.01 Ratings
    Best Alternatives
    Oracle VirtualBoxSelenium
    Small Businesses
    Proxmox VE
    Score9.2 out of 10
    BrowserStack
    Score8.5 out of 10
    Medium-sized Companies
    VMware vSOM (discontinued)
    Score10 out of 10
    BlazeMeter
    Score8 out of 10
    Enterprises
    IBM PowerVM
    Score9.6 out of 10
    Tricentis Tosca
    Score8.8 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle VirtualBoxSelenium
    Likelihood to Recommend
    7.5
    (53 ratings)
    9.2
    (55 ratings)
    Likelihood to Renew
    10.0
    (4 ratings)
    9.2
    (6 ratings)
    Usability
    10.0
    (7 ratings)
    8.8
    (6 ratings)
    Availability
    8.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    10.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    10.0
    (2 ratings)
    8.3
    (11 ratings)
    Implementation Rating
    10.0
    (2 ratings)
    9.0
    (3 ratings)
    Configurability
    9.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    8.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Oracle VirtualBoxSelenium
    Likelihood to Recommend
    Oracle
    It is best suited when you want to have different operating systems on your laptop or desktop. You can easily switch between operating systems without the need to uninstall one. In another scenario, if you expect some application to damage your device, it would be best to run the application on the VM such that the damage can only be done to the virtual machine. It is less appropriate when time synchronization is very important. At times the VMs run their own times differently from the host time and this may cause some losses if what you doing is critical. Another important thing to take note of is the licensing of the application you want to run your VM. Some licenses do not allow the applications to be run on virtual servers so it is not appropriate to use the VM at this time.
    Incentivized
    Read full review
    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
    Pros
    Oracle
    • It is simple to install - there is no advanced knowledge required to begin building virtual computers
    • It is easy to use - adding new virtual machines is simple with wizard-based deployment
    • It enables easy portability - moving virtual machines from one host to another is straight-forward and simple
    • It is free
    Incentivized
    Read full review
    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
    Cons
    Oracle
    • I have had issues in the past when it has come to resizing VM disk storage. The issue is entirely detailed here: https://www.virtualbox.org/ticket/9103 -- the problem was caused because of having existing snapshots (which error message output was not detailing). I haven't had to deal with the issue due to my dynamic disk sizes not being small from the start anymore (this is mostly an issue for my Windows VMs where the base disk may need significant size for the OS). It looks like, for a resize, that a merge of all snapshots has to occur first -- one user on that list details a workaround to maintain snapshots by cloning the VM. (Note: 5.2 was just released a few weeks ago, and looks like it should prevent the problem happening in the future by properly informing users that it isn't possible with snapshots).
    • Certain scenarios, like resizing disks, required dropping into a terminal as there were no options to previously do so via the GUI. According to some recent posts, I've seen that v5.2 has added disk management stuff like that to the GUI (or will be adding it). I'm comfortable with dropping into the terminal, but in a teaching scenario or when evaluating the learnability of the tools, it complicates things.
    Incentivized
    Read full review
    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
    Likelihood to Renew
    Oracle
    I give this rating because virtual box is inexpensive but there is another product such as vm ware that can also be used
    Incentivized
    Read full review
    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
    Usability
    Oracle
    I love using the Graphical User Interface. The VirtualBox Manager is very easy to understand and use. You can quickly create, configure and manage all your virtual machines in one window. It makes operating virtual machines easy and simple. When using VBoxManage it gives the user comprehensive control over VirtualBox so that you can use automation and scripting at the command-line interface
    Incentivized
    Read full review
    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
    Reliability and Availability
    Oracle
    Dependency on the Host OS means it is as reliable as it is possible to be. Application errors are beyond the purview of the application.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    Oracle
    No issues, especially with the extensions addons.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    Oracle
    Oracle have a very fast response rate and a strong user community. One can geet help from many sources if they choose to research for themselves.
    Incentivized
    Read full review
    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
    Implementation Rating
    Oracle
    We really enjoy using virtual box. We do not require to buy expensive hardware but instead we can minimize costs and maximize profits.
    Incentivized
    Read full review
    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
    Alternatives Considered
    Oracle
    VirutalBox is very similar to using Vmware with the slight difference in appearance and what might be considered a less polished look. However, what it lacks in polish and looks it makes up for in functionality, easy of use and the wide range of operating systems and features it supports without the need of buying the full professional edition
    Incentivized
    Read full review
    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
    Scalability
    Oracle
    The only problem I have found is that the deployment is dependent and intrinsically linked to the Host OS. This is different from bare metal solutions which remove that dependency on a Host OS. The latter is more reliable and removes a layer of potential failure.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    Oracle
    • Minimal-to-no support needed from the DevOps team.
    • Provides a direct and an easy way to access multiple VMs inside the same machines which enables performing various testing and QA tasks without the need to switch hardware.
    • Automatic provisioning using tools (esp. Vagrant) which enables developing a base image once, and allows for exporting/importing anywhere across the developers team.
    • Very cost-effective (no fees or monthly subscriptions).
    Incentivized
    Read full review
    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
    ScreenShots