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
+[Want to contribute/amend the docs](https://github.com/authorjapps/zerocode/wiki/Documentation-How-To-Fix-Steps)? Steps and guidelines are [here](https://github.com/authorjapps/zerocode/wiki/Documentation-How-To-Fix-Steps)
24
+
Visit here :
25
+
+[Documentation](https://zerocode-tdd-docs.pages.dev) - Indexed & instantly find you the results
26
+
+[Want to contribute or amend the docs](https://github.com/authorjapps/zerocode/wiki/Documentation-How-To-Fix-Steps)? Steps and guidelines are [here](https://github.com/authorjapps/zerocode/wiki/Documentation-How-To-Fix-Steps)
27
27
28
28
IDE Support By
29
29
===
@@ -60,37 +60,7 @@ Response:
60
60
61
61
then, we can easily validate the above API using `Zerocode` like below.
62
62
63
-
+ Using YAML described as below,
64
-
65
-
> _The beauty here is, we can use the payload/headers structure for validation as it is without any manipulation or use a flat JSON path to skip the hassles of the entire object hierarchies._
and run it simply by pointing to the above JSON/YAML file from a JUnit `@Test` method.
192
-
193
-
```java
194
-
@Test
195
-
@Scenario("test_customer_get_api.yml")
196
-
publicvoid getCustomer_happyCase(){
197
-
// No code goes here. This remains empty.
198
-
}
199
-
```
200
130
201
131
Looks simple n easy? Why not give it a try? Visit the [quick-start guide](https://github.com/authorjapps/zerocode/wiki/Getting-Started) or [user's guide](https://github.com/authorjapps/zerocode/wiki#developer-guide) for more insight.
202
132
203
-
Zerocode is used by many companies such as Vocalink, HSBC, HomeOffice(Gov) and [many others](https://github.com/authorjapps/zerocode/wiki#smart-projects-using-zerocode) to achieve accurate production drop of their microservices. Learn more about [Validators Vs Matchers](https://github.com/authorjapps/zerocode/wiki/Validators-and-Matchers) here.
133
+
Zerocode-TDD is used by many companies such as Vocalink, HSBC, HomeOffice(Gov) and [many others](https://github.com/authorjapps/zerocode/wiki#smart-projects-using-zerocode) to achieve accurate production drop of their micro-services, data-pipelines etc.
134
+
135
+
Also, learn more about [Validators Vs Matchers](https://github.com/authorjapps/zerocode/wiki/Validators-and-Matchers) here.
0 commit comments