I am trying to write some code for a simple search function. Basically, I want to have an array of products, which are updated dynamically when a user clicks on a different radio button (i.e selecting
I\'ve been reading here a few questions regarding the use of unit testing to test private methods and properties. I\'m new to unit testing and would like input on the method I\'m trying so that my tes
<html> <head> <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js\"></script>
I have a very complex data structure, something like 10 tables without the join tables. My application needs to be able to perform search in most of the tables.
I\'ve made my first class using TDD (SimpleTest). It\'s working pretty well. This class parses an XML config file and returns it as an array. How could I improve it (performance, any tips)? What about
Well I can\'t think of any easier way to word that question guys, but it\'s not as complex as it seems. Basically I have a little project going to help myself move up in my workplace (tech support age
I have a开发者_StackOverflow Drupal module that talks to a REST API on a separate server for user registration and authentication. The module runs on multiple sites which point to different servers wh
I am developing some project with CodeIgniter and write unit tests and web tests in SimpleTest. I\'ve noticed that my tests are not deterministic, i.e. they produce different outputs in time. I mean t
I created a new helper called AdvHtmlHelper. class AdvHtmlHelper extends AppHelper { var $helpers = array(\'Form\');
Is there a way to have the setup() function once per test case class, like you can do in Junit? My setup is quite expensive and there are times I\'d like to run it once开发者_开发问答, then run all t