Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph-Wang committed Nov 20, 2013
1 parent bb6fae5 commit 2b5781b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,20 @@ functions to start the Application under test

functions to generate random Test data

## checkPoints.vbs
## CheckPoints.vbs

functions to check the test result and report them into standard reporters.

## ReadConfigFromExcel.vbs
only one function here.
`GetConfigFromExcel`
use it to get config Item&Value from a Excel file(a \*.xls not a \*.xlsx)
use it to get config Item&Value from a Excel file(a \*.xls)

## log.vbs
write logs
not necessary for test lib.
used for controller

## test
use QTP to test the lib
ADO.vbs & log.vbs are not in tests

0 comments on commit 2b5781b

Please sign in to comment.