Posts

Showing posts with the label TESTING

What is Travis CI

Image
Travis CI is one of the continuous integration services available in the market. It is used to build and test public and private software projects hosted on Github. Public repositories can be tested through  travis-ci.org  for free and Travis CI providing premium support for private repositories hosted on Github through  travis-ci.com .

Configure Xdebug in MAMP environment

Image
Try to visit this link for clear Description

TESTING JAVASCRIPT - jasmine

Image