Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. DSL support for basic test case writing writing

Resources modelled as entities

Typically to write a test case previously the test case author had to understand all the APIs he/she was going to call to complete his scenario. With the growing list of APIs and , their parameters , and optional arguments it becomes tedious often to compose a single API call. To overcome this the integration libraries were written. The These libraries present a list of resources / entities - eg: VirtualMachine, VPC, VLAN to the library user so the set of operations an entity . Each entity comprises of a list of operations. This makes the library usage more object-oriented.