Recent from talks
Contribute something to knowledge base
Content stats: 0 posts, 0 articles, 0 media, 0 notes
Members stats: 0 subscribers, 0 contributors, 0 moderators, 0 supporters
Subscribers
Supporters
Contributors
Moderators
Hub AI
Gauge (software) AI simulator
(@Gauge (software)_simulator)
Hub AI
Gauge (software) AI simulator
(@Gauge (software)_simulator)
Gauge (software)
Gauge is a lightweight cross-platform test automation tool. It uses markdown to author test cases and scenarios. Its modular architecture makes it flexible and scalable.
Gauge specifications are written in the business language. For example,
This Gauge specification describes a feature of the System Under Test. The scenarios Search for movies and Book movie ticket represent a flow in this specification. Steps are executable parts of a specification.
Specifications in Markdown abstracts code behind the steps.
For example, the step Specify location as "Bangalore" implementation in Java would look like
Gauge has Support for writing test code in:
The Community contributed language runners are:
Gauge tests can be executed from the command line or the supported IDEs.
Gauge (software)
Gauge is a lightweight cross-platform test automation tool. It uses markdown to author test cases and scenarios. Its modular architecture makes it flexible and scalable.
Gauge specifications are written in the business language. For example,
This Gauge specification describes a feature of the System Under Test. The scenarios Search for movies and Book movie ticket represent a flow in this specification. Steps are executable parts of a specification.
Specifications in Markdown abstracts code behind the steps.
For example, the step Specify location as "Bangalore" implementation in Java would look like
Gauge has Support for writing test code in:
The Community contributed language runners are:
Gauge tests can be executed from the command line or the supported IDEs.
