This document presents a proof of concept for automating tests of a software under test (SUT) using Selenium WebDriver with either Java or JavaScript technologies. It evaluates Selenium with Java using JUnit in Eclipse or with JavaScript using Protractor. Both approaches are found capable of test automation, but Protractor is deemed more suitable since the SUT uses AngularJS and JavaScript is already established for the project. The document describes the environment, setup, features, some initial test cases performed, and concludes that Protractor would achieve better results due to its specificity for AngularJS.