dcoomber / functional-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional testing using tools

Likely to be a dump of whatever functional testing tools I experiment with... time will tell.

Karate

Karate is the only open-source tool to combine API test-automation, mocks and performance-testing into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Besides powerful JSON & XML assertions, you can run tests in parallel for speed - which is critical for HTTP API testing.

Go here for more details.

Postman

Postman is the collaboration platform for API development. Postman simplifies each step of building an API and streamlines collaboration so you can create better APIs—faster.

Go here for more details.

Robot Framework

Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development. It is a keyword-driven testing framework that uses tabular test data syntax.

My initial exploration with Robot Framework came to an abrupt end... and now the scripts I created no longer work. sigh I'll focuse on this one more in the future.

Go here for more details.

About

License:GNU General Public License v3.0


Languages

Language:RobotFramework 40.6%Language:Gherkin 36.0%Language:Java 19.3%Language:JavaScript 4.2%