[qmtest] Hi, I am new and I have a question
Mark Mitchell
mark at codesourcery.com
Mon Mar 31 17:55:39 UTC 2003
On Mon, 2003-03-31 at 09:52, Sherman Chen wrote:
> I guess, to be specific, my question is - how do I test something along
> the line of the behavior of a field - with the right input and the wrong
> input in a character based application, or how do I test to see if a
> "screen" is going to another "screen" correctly?
>
> The User Manual didn't really say a whole lot about that.
The key idea of QMTest is that it's an extensible testing platform. We
didn't try to handle every kind of testing with built-in facilities
because there are too many different kinds of testing.
QMTest's job is to execute tests, store results, and show you the
output. It's the test designer's job to write the software to perform
an individual test.
Someone will have to write code to poke at the DOS application to see
whether it's done the right thing; that's not built into QMTest.
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
More information about the qmtest
mailing list