Skip to content

Repository files navigation

JAVA Sample code for an Agile Engineering Practices class (required for CSD)

Kiet T. Tran, Ph.D., 2014-2015

These projects are for my training class. All projects are in Java.

Projects

  1. angularjs
  2. cdi-unit
  3. cukes
  4. guice
  5. jmeter
  6. mocking
  7. patterns
  8. primefaces
  9. refactring
  10. rspecs
  11. security
  12. selenium
  13. serenity
  14. solid
  15. unittest

Addition information:

In some projects, you may need to start up servers locally for the tests to work.

Selenium Server

  • 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.

PhantomJS Ghost Driver:

  • 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.

Licensing

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages