You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your problem ? A description of the problem, not the solution you are proposing.
I want to test my web-app frequently.
Describe the solution you'd like
I would like to describe the behavior of the website in Gherkin syntax (Given ..., When ..., Then ...). For webapps based on databases that mostly consist of workflows through forms that is quite a natural way to test. The Ruby community was quite bold on Behavior Driven Development as well.
Describe alternatives you've considered
Test vectors sequences could also be a viable approach to test UI interaction sequences
The text was updated successfully, but these errors were encountered:
I'm not sure about bundling testing tools inside SQLPage. There is a large number of testing solutions that already work much better than anything we could implement ourselves in a reasonable time.
What are you building with SQLPage ?
A small point of sales proof of concept.
What is your problem ? A description of the problem, not the solution you are proposing.
I want to test my web-app frequently.
Describe the solution you'd like
I would like to describe the behavior of the website in Gherkin syntax (
Given ...
,When ...
,Then ...
). For webapps based on databases that mostly consist of workflows through forms that is quite a natural way to test. The Ruby community was quite bold on Behavior Driven Development as well.Describe alternatives you've considered
Test vectors sequences could also be a viable approach to test UI interaction sequences
The text was updated successfully, but these errors were encountered: