passing data from one test to another
J C
tellic3kc at yahoo.com
Tue Jul 13 20:07:20 UTC 2004
Are there any mechanisms in QMTest to pass data
between 2 different tests during run-time?
For example I have a test suite with 2 tests ordered:
test1, test2(with prerequisite test1). When test1 is
done executing I want to pass some data test1 obtained
to test2 (which test2 will use during its execution).
>From what I understand of the context object: only
resources can pass data to tests through the context
during run-time. Also the result objects of previously
run tests don't appear to be accessible in the current
test.
If there isn't a builtin QMTest mechanism for this,
the temporary.TempDirectoryResource seems to be what
I'll use to communicate between tests.
Nick
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
More information about the qmtest
mailing list