Package: LIB.FRM
This package contains only EMOS Framework-specific libraries. These libraries define
function that implement the logic for the so called "test blocks" (see webhelp for more
about EMOS Framework concepts). In other words most of your test code resides here!
Directory Structure
There is no prefered way of (sub)structuring this package. The size of your application
and the number of tests will dictate the structure. We usually divide this package into
subpackages for bigger projects. The guideline for such division are the modules
(groups of something) that we find in applications that we test.
Naming conventions
name prefixfrm_ indicates that this is a framework-specific librariy
middle part choose any middle part you want
name postfix_lib indicates this is a library
f tests will dictate the structure. We usually divide this package