Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Test module to compare results between different runs (save/load)

by AnomalousMonk (Archbishop)
on Oct 03, 2018 at 17:21 UTC ( [id://1223477]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Test module to compare results between different runs (save/load)
in thread [solved] Test module to compare results between different runs (save/load)

... I thought regression testing is a more general concept, just "find out if we broke something" ...

It is (see Regression testing). (I like the word "just" in that quote.) In the most common notion of regression testing, you attempt to define all critical inputs and their correct outputs, a test set that can grow very large. (Can we call this "absolute" regression testing?)

In the process you describe in the OP, you "just" take some input data set, run it through a process, and whatever the heck the output is, that's the correct output; if the next run has a different output, something broke. (Perhaps we can call this "differential" regression testing.)


Give a man a fish:  <%-{-{-{-<

  • Comment on Re^3: Test module to compare results between different runs (save/load)
  • Download Code

Replies are listed 'Best First'.
Re^4: Test module to compare results between different runs (save/load)
by Dallaylaen (Chaplain) on Oct 04, 2018 at 12:22 UTC
    Absolutely.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1223477]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found