Hi,

I'm currently writing some testcases for the testtool. The
documentations says that all tests should start with the following
lines:

sub LoadIncludeFiles
   use "global\system\inc\gvariabl.inc"
   use "global\system\inc\master.inc"
   call GetUseFiles()
   gApplication = "WRITER"
end sub

but these lines are very slow and need at least 2 minutes, before my
testcase is run. While writing new testcases, I very often need to
test/debug my testcases and therefore I allways have to wait until the
initialization is finished. On the other hand, the initialisation also
performs actions, that do not need do be done every time I start a
test. How do you speed up the initialisation, when you debug a
testcase?

Could you give me a hint, which parts could be deactivated in a
preceeding testrun?

best regards,
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to