NAME

Test::AutomationFramework - Test Automation Framework (TAF)

SYNOPSIS

1. Download and install Test::AutomationFramework from CPAN

2. DOS>perl -MTest::AutomationFramework -e "help"

3. A WebUI is created, which can display and execute, as well as view test case by *ONE* mouse click

4. Modify taf.bat for the automated test suit structures 

5. Modify c:\_TAF\[test_suit]\[test_case]\tc.pl to plug-in the customer test case

6. Execute taf.bat to get the webUI

7. Run test cases, view test result, view test logs with mouse click only. - Enjoy TAF

8. Please email ywangperl@gmail for questions/suggestions/bugs 

DESCRIPTION

TAF manages automated test cases regarding test setup, test query, test execution and 

test reult reportings without any programming nor reading user manual. 

TAF interfaces with the automated test case by [c:]\_TAF\[test_suite]\[test_case]\tc.pl

	tc.pl returns Pass|fail|numerical number in seconds

	tc.pl creates tc's log file as [c:]\[test_suite]\[test_case]\_appendLog.txt 

	tc.pl creates test suite's webUI at [c:]\[test_suite]\index.htm 

LICENSE This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR Yong Wang (ywangperl@gmail.com)