Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.19 KB

testing.md

File metadata and controls

40 lines (28 loc) · 1.19 KB

#Testing Notes

Framework

TestNG is used for all automated testing of the API and web services. Selenium will be used for testing the yada-admin tool, eventually.

Types

Unit Testing

Definition: Validation of execution of specific methods in the framework, independent of any specific data source.

There are currently no unit tests written or running.

Integration Testing

Definition: Validation of execution of features in a variety of contexts including

  • Use of YADA Index on multiple database vendor and technology platforms
    • MySQL®
    • Oracle®
    • PostgreSQL®
    • SQLite®
    • HyperSQL®
  • Use of YADA Java® and Web API
  • Create, Read, Update, Delete (CRUD) queries for all supported data types:
    • Character ?v
    • Floating Point ?n
    • Integer ?i
    • Date ?d
    • Time ?t
  • All YADA Parameters
  • Combinations of parameters to success and failure

Tests are also segmented to take advantage of context-specific scenarios such as database-vendor-specific features, or path-style URIs.