Toast Toolkit - DAO Module Api

Toast TK Engine Parent Module. This module is the parent module for our engine, featuring: - Action Adapters Module - Rest Utils - Dao Module (Mongo data: storage management) - Runtime Module - Drivers Module

License

License

GroupId

GroupId

io.toast-tk
ArtifactId

ArtifactId

toast-tk-dao-api
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Toast Toolkit - DAO Module Api
Toast TK Engine Parent Module. This module is the parent module for our engine, featuring: - Action Adapters Module - Rest Utils - Dao Module (Mongo data: storage management) - Runtime Module - Drivers Module

Download toast-tk-dao-api

How to add to project

<!-- https://jarcasting.com/artifacts/io.toast-tk/toast-tk-dao-api/ -->
<dependency>
    <groupId>io.toast-tk</groupId>
    <artifactId>toast-tk-dao-api</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.toast-tk/toast-tk-dao-api/
implementation 'io.toast-tk:toast-tk-dao-api:0.1.5'
// https://jarcasting.com/artifacts/io.toast-tk/toast-tk-dao-api/
implementation ("io.toast-tk:toast-tk-dao-api:0.1.5")
'io.toast-tk:toast-tk-dao-api:jar:0.1.5'
<dependency org="io.toast-tk" name="toast-tk-dao-api" rev="0.1.5">
  <artifact name="toast-tk-dao-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.toast-tk', module='toast-tk-dao-api', version='0.1.5')
)
libraryDependencies += "io.toast-tk" % "toast-tk-dao-api" % "0.1.5"
[io.toast-tk/toast-tk-dao-api "0.1.5"]

Dependencies

compile (13)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar [4.4]
javassist : javassist jar 3.12.1.GA
org.apache.logging.log4j : log4j-api jar 2.2
org.apache.logging.log4j : log4j-core jar 2.2
joda-time : joda-time jar 2.1
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.0
commons-lang : commons-lang jar 2.3
commons-io : commons-io jar 2.4
commons-beanutils : commons-beanutils jar 1.8.3
junit : junit jar 4.11
com.google.inject.extensions : guice-assistedinject jar 4.1.0
com.google.inject.extensions : guice-multibindings jar 4.1.0

Project Modules

There are no modules declared in this project.

Build Status Quality Gate Technical debt ratio License

Stories in Ready Gitter

Toast-tk-engine

Toast-tk-engine is the core automation framework for your acceptance tests. It provides a concise, self-explanatory and type safe way for writing test cases. No more “REGEX HELL” :bowtie:

Example

A scenario action: “Navigate to url *http://www.google.com*”
Would be written, in Toast, as follows:

Navigate to url {{value:string}} 

instead of

Navigate to url *([\w\W]+)*

Toast TK Engine

  1. Parses a script written in a markdown format to a TestPage
  2. Executes the TestPage by locating the best matching @Action within a given @ActionAdapter
  3. Outputs a Value Based Test Execution Report

Toast TK is not another Cucumber / JBehave like framework, nor a Gherkin based toolkit.
It supports BDD and TDD collaborative testing on top of being pluggable to any test driver of your choice such as Selenium or Fest.
It makes test scripts easier to share between technical team members (i.e: Developers) and non-technical ones (i.e: Business Analysts) as it overcomes the need for learning a specific scripting syntax.

Installation

Using MAVEN

Add Toast Runtime dependency

<dependency>
  <groupId>io.toast-tk</groupId>
  <artifactId>toast-tk-runtime</artifactId>
  <version>0.1.5</version>
</dependency>

How to use Toast Tk Engine

The toast-tk-example project hosts different examples for:

  • Web Browser automation
  • Custom sentences
  • Rest API automation
  • JSON and XML value management as a variable
  • Test report generation
  • Toast Maven plugin

Contribution

Toast TK is a young Open Source Love project.

For contribution rules and guidelines, See CONTRIBUTING.md

If you'd like to help, get in touch and let us know how you'd like to help. We love contributors!!

Licence

Toast TK regroups multiple open source projects licensed under the Apache Software License 2.

io.toast-tk

Toast TK

Versions

Version
0.1.5
0.1.4
0.1.3.RC1