Jump to content

Frabto

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Frabto

  1. Mikael, your UML diagram really gave me some good idea

    Daklu,

    Lapdog library is very useful.

    Sequencer lib example provided more insights on OOP programming.Your threads are very useful for a OOP novice like me.

    However in Seq library , it appears more importance is given to the handling of messages rather than the tests to be done.A new developer will little knowledge in OOP (like me :angry:) would find it hard to debug.

  2. Hi All,

    I have a application where in 3 types of boards has to be tested.

    Board A - 12 tests

    Board B - 7 tests

    Boars C - 5 tests

    All these 24 tests has to be done sequentially.The user can disable certain tests.So the number of tests are not fixed.What would be the best LVOOP architecture(Pattern) to be used for this application.

    Should I use Factory pattern with Classes for each tests which means 24 + classes.I welcome suggestions or any examples.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.