Automation Tester Technical Assessment

This module is used for automation tester technical assessment

Features

  • api - An API project that run in nodeJs using expressJs
  • test - Automation Test backbone using python test module

Instruction

You are required to complete create the automation test for Create, Read, Delete for message end point.

Instruction on how to bring up the api server are in the README in the api folder.

Project Structure

  • api
    • src
      • models
        • index.js = contains messages
      • routes
        • index.js = router handler
        • message.js = payload request
      • index.js = setup express server
    • package.json = contains metadata