Giter Site home page Giter Site logo

qa-tools.github.io's Introduction

QA-Tools

Join the chat at https://gitter.im/qa-tools/qa-tools CI Docs Documentation Status

Scrutinizer Code Quality codecov Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

QA-Tools is a set of quality assurance tools to be used during acceptance tests writing on PHP.

Library implements PageObject pattern, used in variety of testing frameworks (e.g. Selenium browser automation framework).

Website and Documentation

Asking Questions

Feel free to ask any questions and share your experiences in the Chat Room and help to improve the documentation.

Installation

  • execute this command to add dependencies: php composer.phar require qa-tools/qa-tools:^1.0

Requirements

Contributing

See CONTRIBUTING file.

License

QA-Tools is released under the BSD-3-Clause License. See the bundled LICENSE file for details.

qa-tools.github.io's People

Contributors

aik099 avatar evangelion1204 avatar

Watchers

 avatar  avatar

qa-tools.github.io's Issues

Extension point explanation

  • if a new element is to be added, then where to do it (for HtmlElements)
  • creating custom locators (can use BEM as example)
  • best practices in new element creation
  • element location: xpath or CSS?

Create "Getting Started" page

We need to create "Getting Started" page were library usage will be described from top to bottom (with Behat and with PHPUnit):

  1. installing via Composer
  2. create test case (for PHPUnit)
  3. writing first test that uses session (for PHPUnit)
  4. configuring via .behat.yml (for Behat)
  5. adding connecting QATools to your FeatureContext

Describe how library works

Describe how library works:

  • major players
  • proxies
  • Mink
  • element locators
  • element decorators
  • annotation handling

Annotations in depth

Describe each annotation and all use cases with small examples on one page.

Currently we only have names of annotations and large example which doesn't cover 100% use cases.

Create alert/warning/note styles

Currently we only have .message class that shows basic message. I think that we also should have .alert, .note and .warning classes (like on Confluence) to show corresponding messages.

They can be used to notify the reader of important stuff on a page first.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.