Settings

Theme

Show HN: Machine writes QA code for OpenAPI

github.com

8 points by yingxie3 8 years ago · 3 comments

Reader

yingxie3OP 8 years ago

Author here. The API testing tools I used before mostly focused on making writing tests easier through a nice GUI. I would rather have someone else write the tests for me, thus this experiment. Please voice your opinions, and try it if possible. Much appreciated!

donmiller3 8 years ago

can this be extended to other kind of testing? like unit tests?

  • yingxie3OP 8 years ago

    Good questions. The main difficulty IMHO is that it's hard to know people's intentions. We can't just parse the target program and generate tests, because then the tests will always pass. I picked API testing because people have a Swagger spec already, and it documents how the API should behave.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection