![]() |
||||||||
| |
||||||||
Recognizing Known ProblemsWhen test cases are finding many problems, considerable time can be wasted pouring over all of your results files looking for previously unknown problems. In addition to the basic problem tracking functions, TestMap Extensions has another interface to identify problems with known symptoms. The interface uses the problem symptom file tm_prob.val that contains symptoms you specify for each known problem (a text description of the input prior to the problem, the observed exception number, the observed text, and the expected results). This file is examined by each of the TmExit functions whenever they are called and the error message text is compared against the observed text of each symptom. The TmIdProblem function also uses this file and may be called at any time by your test scripts to look at multiple lines of text. This approach has been used to scan Dr Watson files or UNIX debugger files to recognize specific failures within the application under test. Functions for Recognizing Problem SymptomsThe following two functions and a problem symptom file are used to recognize problems as they are encountered during test execution.
|
||||||||
|
Send
questions or comments about this web site to: webmaster@TestMap.com |
||||||||