From: liuct Date: Tue, 4 Jun 2013 09:57:25 +0000 (+0800) Subject: update the README X-Git-Tag: upstream/2.3.22~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f74519ec04fd42873ca52cc44baebcbc41261c0c;p=test%2Ftools%2Ftestkit-lite.git update the README --- diff --git a/README b/README index a5f59c3..38c4414 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ How to use: ================= - At first, install a test package or prepare one tests.xml file aligned with schema files: /opt/testkit/lite/xsd/testdefinition-syntax.xsd. + At first, navigate the root directory of testkit-lite And then, 1) You can run case with browser web run time : @@ -21,7 +21,7 @@ How to use: 5) If you just want to execute auto tests: ./testkit-lite -f "//tests.xml" -e '/browser-launcher' -A - 6) If you want to save test result to another file, by default it'll be under /opt/testkit/lite/latest: + 6) If you want to save test result to another file, by default it'll be under /path/to/testkit-lite/result/latest: ./testkit-lite -f "//tests.xml" -e '/browser-launcher' -o /xxx.xml 7) If you want to choose some filters: @@ -37,7 +37,7 @@ View Results: ================= Test report will be generated as tests.result.xml - The result will be under /path/to/testkit-lite/result/latest after execution, you can also check the history results in /opt/testkit/lite/yyyy-mm-dd-HH:MM:SS.NNNNNN. + The result will be under /path/to/testkit-lite/result/latest after execution, you can also check the history results in /path/to/testkit-lite/result/yyyy-mm-dd-HH:MM:SS.NNNNNN. open xml result file with a web browser(IE, Chrome or Firefox) Known Issues: