From: Mike S. <Mik...@Do...> - 2007-02-13 01:01:49
|
Eric Wilhelm wrote: > BTW, the TAPx project would love to have a wxPerl gui test harness > example. There's something that could be used by many perl > programmers, even programmers of other languages, and has a small, but > non-trivial issue of IPC with running children in a fork. IMO, it > would also be a great place to apply a Wx::TreeListCtrl widget. > Oh -- we've had another contractor (Brad Embree) working the past few months on a test harness for wxPerl. At this point it assumes you will be using the Wx::Data controls (see other email) which are "test-aware". You can "record" a test, which gets saved (currently using YAML I think??). You can then "replay" a test and the test harness will compare actual vs expected. I'll see if Brad can write up something more meaningful about this. Mike. |