2017 © Pedro Peláez
 

library php_component_testcase

php component generalize test case objects for knowledge tests

image

net_bazzline/php_component_testcase

php component generalize test case objects for knowledge tests

  • Friday, June 6, 2014
  • by artodeto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Testcase Component

The test case component is mention to generalize php objects that should represent common test cases., (*1)

Furthermore, this component provides interfaces you can use to create your own test cases., (*2)

The build status of the current master branch is tracked by Travis CI:, (*3)

Build Status, (*4)

What Is A Test Case

A test case is a combination of a question and a type of an answer., (*5)

Types Of Answers

Following types of test cases are supported: * Single Answer Test Case * Multiple Answer Test Case * Free Text Answer Test Case, (*6)

What About Suites

Suites are combining available test cases is a feature., (*7)

Supported Formats

I am using the configuration converter component to create test cases from different formats. This leads to the fact, that the format of your test case should be irrelevant. Right now, three formats are supported format factories: * JSON * Php Array * YAML, (*8)

The XML support is currently lacked implemented since xml needs a root tag/dom object. I have to adapt the configuration converter component for that., (*9)

Historical Notes

This component is a part of the initial test case framework., (*10)

The Versions

06/06 2014

dev-master

9999999-dev https://github.com/stevleibelt/php_net_bazzline_component_testcase

php component generalize test case objects for knowledge tests

  Sources   Download

LGPLv3

The Requires

 

The Development Requires

component php testcase net_bazzline