joshua_ke
26th February 2009, 21:50
It seems these 4GL engine objects have quite impact on the operation of Baan sessions, any idea how to develop a test plan for installing this kind of solution? Thanks for your feedback.:)

Script/Library Object | tt | stp_stddll |
Script/Library Object | tt | stpamdll |
Script/Library Object | tt | stpapihand |
Script/Library Object | tt | stpapiserver |
Script/Library Object | tt | stpcondaemon |
Script/Library Object | tt | stpcreatedll |
Script/Library Object | tt | stpoledaemon |
Script/Library Object | tt | stpstandard |
Script/Library Object | tt | stpstdlib |
Script/Library Object | tt | stpsubstproc |
Script/Library Object | tt | stptcintdll |
Script/Library Object | tt | stptcserver |

dave_23
26th February 2009, 23:16
Well, if you're actually serious about a test plan, then since those sessions are dll's and don't have UIs you need to regression test you're entire application. (ottstpstandard, and ottstpstdlib) are used by every session.


Dave

joshua_ke
2nd March 2009, 21:15
Thanks Dave, we know we have to test all in theory , but it's almost impossible, any practical suggestion?

dave_23
3rd March 2009, 20:58
If you can get in, your integrations work and you can print then you're basically good to go. those are the most common problems.

Dave