Zerocode Versions Save

A community-developed, free, opensource, automated testing framework for microservices APIs, Kafka(Data Streams) and Load testing. Zerocode Open Source enables you to create, change and maintain your automated test scenarios via simple JSON or YAML files. Visit documentation below:

zerocode-tdd-parent-1.3.29

1 year ago
  • Issues List-
    • fix: update snappy-java for m1 support

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.29</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.29'

Other Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.29/jar

Visit README for documentation and more details.

zerocode-tdd-parent-1.3.28

2 years ago
  • Issues resolved
    • [Kafka] Allow Json consume to natively read AVRO Message #488
    • WireMock: Not able to mock url path only regardless the query parameters #472

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.28</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.28'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.28/jar

Visit README for more details.

zerocode-tdd-parent-1.3.27

3 years ago
  • Issues List-
    • initialPollWaitingForConsumerGroupJoin time should be configurable #462

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.27</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.27'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.27/jar

Visit README for more details.

zerocode-tdd-parent-1.3.26

3 years ago
  • Issues List-
    • Use JSON file within a reusable JSON file #453
    • Sending dynamic headers (values) to kafka while reading records from file #451

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.26</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.26'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.26/jar

Visit README for more details.

zerocode-tdd-parent-1.3.25

3 years ago
  • Fixed issues
    • Support custom asserter in API automation for project-specific validations #429
    • [KAFKA]Consume the latest or the n latest messages from a Kafka partition #432

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.25</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.25'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.25/jar

Visit README for more details.

zerocode-tdd-parent-1.3.24

3 years ago

Maven:

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.24</version>
</dependency>

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.24'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.24/jar

Visit README for more details.

zerocode-tdd-parent-1.3.23

3 years ago
  • Issues/Features List
    • https://github.com/authorjapps/zerocode/issues/407 (Hover mouse to see the details)
    • https://github.com/authorjapps/zerocode/issues/410 (Hover mouse to see the details)
      • @@authoname is deprecated, use @authorname
      • #category introduced to add regression category for the scenario. Currently one category per scenario supported.
    • Kafka Retry mechanism code enhanced and made accurate to intercept messages from a Kafka topic and partition
      • You might need to poll for slightly longer miliseconds if any existing tests fail
      • e.g. consumer.pollingTime = 5000 instead of consumer.pollingTime = 3000 and/or
      • consumer.maxNoOfRetryPollsOrTimeouts = 3 instead of consumer.maxNoOfRetryPollsOrTimeouts = 2
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.23</version>
</dependency>

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.23/jar

Visit README for more details.

zerocode-tdd-parent-1.3.22

3 years ago
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.22</version>
</dependency>

Maven artifact Jar link: https://repo1.maven.org/maven2/org/jsmart/zerocode-tdd/1.3.22/

Visit README for more details.

zerocode-tdd-parent-1.3.21

3 years ago

Note: This change has been reverted in v 1.3.22 due to bad user experience. Recommended not to use v 1.3.21 release. Hence use v 1.3.22 or higher.

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.21</version>
</dependency>

Artifact jar files are available here: https://oss.sonatype.org/content/repositories/orgjsmart-1084/org/jsmart/

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.21/jar

Visit README for more details.

zerocode-tdd-parent-1.3.20

3 years ago
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.20</version>
</dependency>

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.20/jar

Visit README for more details.