How to Load Test your Cryptocurrency Exchange Service

Cloud Testing Load Testing.

How to Load Test your Cryptocurrency Exchange Service

2 minutes readKey takeaways Exchanges fail at the order book and matching engine, not at the marketing pages. Test bursts rather than steady load, since trading traffic arrives in spikes. Use isolated test accounts and a sandbox ledger so a load test cannot touch real balances. Load Testing your cryptocurrency exchange service is very easy with the Cloud… Read more »

How to use assertions in Apache JMeter tests

Cloud Testing Load Testing.

How to use assertions in Apache JMeter tests

5 minutes readKey takeaways Without assertions a test passes on any response, including an error page returned as 200. Assert on content as well as status, since a wrong body is still a failure. Keep assertions cheap. Heavy ones distort the timings you are measuring. What are assertions ? In case you are not familiar with the… Read more »

Load Testing Jenkins Plugin from LoadFocus.com

Cloud Testing Load Testing.

Load Testing Jenkins Plugin from LoadFocus.com

< 1 minute readWe’ve released our load testing plugin for Jenkins CI. Use the Post build actions and define your load test limits in order to mark the build UNSTABlE or FAILED Easy multiple accounts access via the credential Jenkins plugin. More details here: https://wiki.jenkins-ci.org/display/JENKINS/LoadFocus+Load+Testing+Plugin Installation Steps: 1. Create your load testing account on https://loadfocus.com 2. Copy your… Read more »

How to Load Test an E-commerce Website?

Cloud Testing Website Speed Testing.

How to Load Test an E-commerce Website?

4 minutes readKey takeaways Test the full purchase path. Homepage load tells you almost nothing about checkout capacity. Payment and inventory are the usual failure points because they cannot be cached. Use distinct accounts and carts per virtual user or you measure a cache, not the shop. If you own an E-commerce website or you are responsible… Read more »