Systems | Development | Analytics | API | Testing

Testing

What's New In Loadero (November 2021)

The busy month of November full of fun times and hard work has finished and it’s time to share the updates we made to Loadero during the month. We added new media files for participant’s webcam simulation, made various performance improvements, added browsers and published the last post in our popular series about using Javascript for test automation. Here’s a list of the main updates in Loadero this month.

Agile Regression Testing: How to Do It Well

For teams following agile software development practices, regression testing is a must. Agile teams constantly make changes to live software that can introduce regressions (or, code changes that break the functionality of part of an app). Regression testing can keep teams from shipping critical bugs to production by confirming the most important parts of an app are still working every time new code is pushed.

How to Use CSV Data Set to Configure JMeter Tests

Apache JMeter is a Java-based, open source testing tool, which can help you create and run functional and load tests for Websites, APIs (REST and SOAP) and other web services. In this example we are going to have a look on how to create and run a JMeter test using a CSV file for our data, and consume the data in our test from that CSV file. First, let’s open JMeter and create a new JMeter test script. Add a Thread Group Inside the Thread Group add the following.

Run Espresso Tests on Sauce Labs

In this video, get a quick, 2-minute demonstration of how you can run an Espresso test against an Android app on Sauce Labs using saucectl. Using the example code, use the saucectl test runner to upload app and test file to Sauce Labs, and see how you can use the Sauce Labs platform to run tests in parallel, and share results with this quick proof-of-concept.