Skip to content

Releases: authorjapps/zerocode

zerocode-rest-bdd-1.2.5

27 Jul 21:21
Compare
Choose a tag to compare

What is new in this release?

  • SslTrust client is default framework client for http/https with file upload feature
  • Optional queryParams section got activated in the request
  • Provided easy overridden facility for BasicHttpClient

zerocode-rest-bdd-1.2.4

08 Jul 09:31
Compare
Choose a tag to compare

What's new ?

  • $MATCHES.STRING: support for regex match. Which is equivalent of String matches("a regex")
  • Array size assertion enhancement as it used to print the entire array earlier.

zerocode-rest-bdd-1.2.2

23 Jun 17:43
Compare
Choose a tag to compare

What's new in this release?

Property flag to on-off interactive searchable html report

zerocode-rest-bdd-1.2.1

10 Jun 11:49
Compare
Choose a tag to compare

What's new in this release?

@LoadWith("load_generation.properties")
@TestMappings({
        @TestMapping(testClass = GetScreeningServiceTest.class, testMethod = "testGetScreeningLocalAndGlobal"),
        @TestMapping(testClass = PostCorpLoanServiceTest.class, testMethod = "testPostNewLoan_crudOperations"),
        @TestMapping(testClass = PutCorpLoanServiceTest.class, testMethod = "testPutAmendExistingLoan")
})
@RunWith(ZeroCodeMultiLoadRunner.class)
public class LoadMultipleGroupAnnotationTest {
}

zerocode-rest-bdd-1.2.0

28 May 22:48
Compare
Choose a tag to compare

Handy Load-Runner for performance testing. See load aka performance testing wiki page

zerocode-rest-bdd-1.1.35

19 May 09:54
Compare
Choose a tag to compare

Load runner to generate load on server by launching parallel users i.e. launching configurable number of threads in certain configurable ramp up time

zerocode-rest-bdd-1.1.34

14 Apr 20:33
Compare
Choose a tag to compare

Single CSV report

1.1.33 - UUID GUID

24 Mar 22:05
Compare
Choose a tag to compare
  • Java UUID (GUID) ie Random UUID
  • Compare Contains String with ignore case

1.1.31 - WireMock for local mocks

11 Mar 15:43
Compare
Choose a tag to compare
  • Version 1.1.31 = 1.1.30+Spike Chart Report link.
  • Hence please use version 1.1.31 if you are looking for Spike Chart linking

1.1.30 - Delay Spike Chart link from Interactive report

10 Mar 16:22
Compare
Choose a tag to compare
  • Yellow highlighted link to Delay spike chart was added on the top left corner
  • Note to see this link spike.chart should be enabled in the properties file