formatting

This commit is contained in:
Tony Tam 2011-08-10 01:40:15 -07:00
parent a29a10b8e2
commit d58564fb7f

View File

@ -61,11 +61,12 @@ There are two components in the test framework:
<li>- Test Data
#### Test script details
Test script is written in JSON structure. The JSON consists of following elements:
1. Resources. This is a list of resources considered in the test. Each resource object consists of following properties:
##### Resources. This is a list of resources considered in the test. Each resource object consists of following properties:
<li>- id: a unique test script ID
@ -77,7 +78,7 @@ Test script is written in JSON structure. The JSON consists of following element
<li>- suggested method name: By default this refers to method name of the API in resource classes
2. Test suites. This is a logical way of grouping related test cases. Each test suite consists of following properties:
##### Test suites. This is a logical way of grouping related test cases. Each test suite consists of following properties:
<li>- id: unique id of the test script, displayed in the test report