Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

It sounds like you may be committing to writing tests while you are still playtesting your solution and specifications. If you're hacking on the output to figure out what you want, and only know if you've found it through visual inspection, then maybe you need an easy way of capturing/saving the output as the specification because that really is the spec. You can bootstrap it by writing your output directly and then tweak and enhance.

The other thing that occurs to me is that it your tests may be too tightly coupled and you may want to break them down to greater granularity for unit testing. (I.e. just like testing subroutines rather than a whole program.) If you have a template and pass a bunch of stuff to it, write the test for how you want the data structure to be and test that. Then test the XSLT transformations separately. Do you really need to test it end to end on a piece of data?

Put differently, how much does the success of one test depend on the success of the other? Are you re-writing so much of your tests with each change because the tests aren't sufficiently independent? (Some additional discussion on independence, redundancy, and coupling is in Functional and Unit Test Redundancy)

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.


In reply to Re: When Test Suites Attack by xdg
in thread When Test Suites Attack by Ovid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-04-18 08:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found