Welcome Guest, Not a member yet? Register   Sign In
CIModelTester: Front-end for Model Testing (new)
#1
Star 
(This post was last modified: 10-27-2015, 03:56 AM by cwingrav.)

CIModelTester : Front-end for Model Testing

A CodeIgniter interactive model tester web interface. Directly call your model functionality for testing and debugging.

   Github Repo: https://github.com/cwingrav/CIModelTester

Basically, I wanted to test my model as I was coding it. Sure, test scripts are good, but sometimes I just want to directly use it. It works by reading your models and creating a webpage with a form for each method and its parameters. Then, it calls your model with ajax and displays the results.

I use this constantly, keeping it open during development. Hope you find it useful too!



There are three main pages for searching through your models, finding and calling their methods and running unit tests.

1) Find a model:
[Image: mainpage.png]

Then, 2) review the methods on that model:
[Image: modelpage.png]

... and call them:
[Image: amethod.png]

And, 3) run unit tests on that model.
[Image: unit_test_output.png]
Reply


Messages In This Thread
CIModelTester: Front-end for Model Testing (new) - by cwingrav - 10-22-2015, 11:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB