Author Archives: Yaniv

Simple testing using Simple Black Box

Simple Black Box enables testing an application by checking it’s logs, standard out, ports it’s listening, number of processes etc. It will check for the presence of strings in it’s logs or stdout, and print messages. In case of an error, it can pause the appication to let the developer inspect the problem.

Reverse engineer server configuration using Blueprint

Blueprint (https://github.com/devstructure/blueprint) checks the changes that have made in the configuration files on a RPM or Debian based Linux, and saves them as an executable shell script, or push them to a remote server.