In reply to verif_learner:
There are 3 ways to deal with oarameters:
(1) storing your parameters in a common package which i specific for each application
(29 using parameterized classes
(3) holding your parameters in the config_db (setting from test)
Depending on your actual requirements you can chosse on of these options.