TestPoint Testing Approach
Terms:
TestPoint: The name of the testing approach that uses structured logging statements.
TestDriver: The name of an Flex application or code snippet that runs code that have test log statements in it.
*.tp (TestPoint files): The file extension for TestPoint files, which represent test log statements.
Introduction:
The TestPoint approach uses the Flex logging framework to send structured log statements to centralized applications (local and remote) which create/use the logs in scripts. This allows for great flexibility in writing TestDriver applications as well as script creation tools.
Currently the RIALogger.swc is used to send the log statements from your application to the RIALoggerApp for visually creating scripts.




