Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated docs #3047

Merged
merged 21 commits into from May 29, 2016
Merged

Updated docs #3047

merged 21 commits into from May 29, 2016

Conversation

DavertMik
Copy link
Member

Includes BDD documentation. And more to come.
Please review, leave comments. If you see mistakes - please fix them (it is easy to open and edit file and submit pull request)

@DavertMik DavertMik added the Docs label Apr 29, 2016
@DavertMik DavertMik added this to the 2.2 milestone Apr 29, 2016
* implement each step of a scenario for testing
* write actual code implementing the feature

By making every feature to be formally written (in User Story format) and test automated, we ensure that business, developers, QAs, managers are in the same boat. That everyone in a team knows what is developed, what is not, what is tested and what is not. By making tests to be a part of user story BDD allows that non-technical personnel to write (or edit) acceptance tests. BDD also encourages exploration and discussions. To formalize the requirements and write user story in a way everyone can understand them, business and developers should talk, ask questions, and play the scenarios of features to implement.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... and play the scenarios of features to implement.

I'm not sure to understand the word "play" in this sentence.

@javigomez
Copy link
Contributor

javigomez commented Apr 29, 2016

Sent updates #3054, #3053, #3052, #3054 #3055, #3057, #3060,

@javigomez
Copy link
Contributor

Added a doubt: #3072

@javigomez
Copy link
Contributor

sent #3103

@@ -85,7 +85,7 @@ class Configuration
'settings' => [
'colors' => false,
'bootstrap' => false,
'strict_xml' => false,
'strict_xml' => true,
Copy link
Member Author

@DavertMik DavertMik May 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accidentally added to commit

@DavertMik DavertMik merged commit 96ee5a6 into master May 29, 2016
@DavertMik DavertMik deleted the 2.2-docs branch May 29, 2016 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants