Category Archives: Development

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.