Get Started with xk6-browser
This post explains how to get started with xk6-browser, a k6 extension that adds browser-level APIs to interact with browsers and collect web performance metrics as part of your k6 tests.
This post explains how to get started with xk6-browser, a k6 extension that adds browser-level APIs to interact with browsers and collect web performance metrics as part of your k6 tests.
Loadero supports three feature-rich test frameworks: Javascript + Nightwatch Java + TestUI, Python + Py-TestUI, but to expand the functionality further, we also develop custom commands for more insightful performance and load testing. One of the recent additions to the custom commands to use in your Loadero test scripts is the timeExecution() command.
Here are some easy steps to follow in order to sucessfully do a load testing session for your newly created website.
The best time to load test your website is when you are in the development phase. This will allow you to identify potential issues before the application is released to the public.
Recent months were very busy for our team and some exciting new releases are coming soon. Meanwhile, in this post, we’re sharing updates to Loadero that took place in November 2022. There are some updates to our API, to the way Loadero works with test run artifacts in the results reports, new browser versions, and the Loadero Python client that we were developing for quite a long time and finally are happy to offer to our users along with examples of using it for storing test data in Github.
Loadero API allows managing and running tests just as one would via the Loadero web application. However, sending an HTTP request every time a test needs to be created, updated, or run can become cumbersome. We already had a Java client, which makes the processes easier, and now Loadero team has been hard at work creating a new client and we are proud to present – Loadero-Python.