Releases: authorjapps/zerocode
Releases · authorjapps/zerocode
zerocode-rest-bdd-1.2.5
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
What's new ?
- $MATCHES.STRING: support for
regex match
. Which is equivalent ofString matches("a regex")
- Array
size
assertion enhancement as it used to print the entire array earlier.
zerocode-rest-bdd-1.2.2
What's new in this release?
Property flag to on-off interactive searchable html report
zerocode-rest-bdd-1.2.1
What's new in this release?
-
Browse or clone the performance test example repo to run locally.
-
Multi load runner
@RunWith(ZeroCodeMultiLoadRunner.class)
e.g.
@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
Handy Load-Runner for performance testing. See load aka performance testing wiki page
zerocode-rest-bdd-1.1.35
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
Single CSV report
1.1.33 - UUID GUID
- Java UUID (GUID) ie
Random UUID
- Compare
Contains String
withignore case
1.1.31 - WireMock for local mocks
- 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
- 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