Kiet T. Tran, Ph.D., 2014-2015
These projects are for my training class. All projects are in Java.
- angularjs
- cdi-unit
- cukes
- guice
- jmeter
- mocking
- patterns
- primefaces
- refactring
- rspecs
- security
- selenium
- serenity
- solid
- unittest
In some projects, you may need to start up servers locally for the tests to work.
-
Download a Selenium Standalone Server here. To run the server, open a terminal/window command prompt:
java -jar ..\bin\selenium-server\selenium-server-standalone-2.45.0.jar -
By default the Selenium Standalone Server runs on port 4444. You can run on different port if you have a conflict on your system.
-
Download the latest phantomjs here. To run the remote driver, open a terminal/Windows command prompt:
phantomjs --webdriver=8910 -
You can change to different port number if conflict occurs.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
