New feature: Canvas testing & GoJS
Create tests on top of graphical elements in your application using canvas testing. Unlike other methods, Boozang allows us to record clicks and do validations inside the canvas, just like we do on elements in the DOM tree.
by ljunggren
September 7, 2022
API testing with Boozang and JSON server
We are really excited to announce that Boozang now provides unlimited API testing for FREE so I’m reposting some relevant blog posts. In this exercise, we use the NPM package JSON-server to emulate a REST API locally. We then use Boozang to create a data-driven API test consisting of create-operations and edit-operations, along with validations. I based this post on the blog post from Sebastien Eschweiler: https://medium.com/codingthesmartway-com-blog/create-a-rest-api-with-json-server-36da8680136d. It’s a great […]
by ljunggren
August 11, 2021
A new API testing view in Boozang
We are really excited to announce that Boozang now provides unlimited API testing for FREE so I’m reposting some relevant blog posts. By introducing a new set of API testing features in Boozang, we provide a single browser-based solution for both API and UI tests, allowing for a unified testing process based on Cucumber / BDD, fully integrated to JIRA / XRay.
by ljunggren
July 8, 2021
Under the hood: Call flows
It can be helpful to look at the application’s call flows to understand the inner workings. For a casual user, this is, of course, not necessary. Nevertheless, I created this blog post for users who wants to know what goes on “under the hood” of Boozang.
by ljunggren
June 19, 2021
Element Selectors
Having a good element selection policy is key to good test automation. Why is this so hard? We believe it doesn’t have to be.
by ljunggren
May 24, 2021
Getting more out of Cucumber logs
Using Cucumber to do Behaviour driven development (BDD) is great but sometimes a single bug can have impacts on several tests. This article tries to address this.
by ljunggren
February 9, 2021
New feature: Code Editor
We are super excited to introduce an enhanced code editor. This means it will be easier to find mistakes in Javascript, and easier to troubleshoot problems.
by ljunggren
January 12, 2021
Logic and Loops using groups
This post explains the changes we made on groups to simplify handling logic and loops. We introduce group types that guide the user when solving more advanced test automation challenges.
by ljunggren
December 18, 2020
Distributed testing, part 2
In this article, we continue discussing distributed testing and take a closer look at scopes and groups. We also introduce multi-agent testing, which is an example of using test scopes.
by ljunggren
December 2, 2020