From d58564fb7ff243551608bbcd9f1bd70555616270 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Wed, 10 Aug 2011 01:40:15 -0700 Subject: [PATCH] formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc5523643ca..8aaa5682955 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,12 @@ There are two components in the test framework:
  • - 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:
  • - id: a unique test script ID @@ -73,11 +74,11 @@ Test script is written in JSON structure. The JSON consists of following element
  • - httpMethod: HTTP method used in invoking this resource -
  • -path: path of the resource +
  • - path: path of the resource
  • - 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:
  • - id: unique id of the test script, displayed in the test report