Hello, Katalon users and software testing enthusiasts! Today, we’re addressing a common query raised in our community forum: why don’t screenshots appear in Katalon reports?
Live testing is to test software in real-world situations with real users instead of simulated data. This approach allows testers to check software quality in actual usage scenarios and real-world conditions. They do have their own risks to take into consideration, since we are interacting with real users and live systems here. In this article, we will explore the concept of live testing in-depth, and how you can better do live testing with the right tools and approach.
DevOps significantly changed the software industry. From a siloed process where the focus was entirely placed on development, leaving little to no time to properly test it, to a combination of the two, simultaneously developing testing to shorten the cycle. CI/CD is the key to that innovation, and Jenkins is one of the most popular CI tools on the market. We’ll learn how to do Continuous Integration with Jenkins in this step-by-step guide.
Hello, Katalon users and software testing enthusiasts! Today, we’re going to delve into a topic that has been buzzing in our community forum: How to target a robot at a specific window in Katalon Studio. This blog post is aimed at experienced software testing professionals who are familiar with Katalon, or those looking to switch to the Katalon Platform.
Hello, Katalon users and software testing enthusiasts! Today, we’re going to delve into a common issue that has been discussed in our vibrant Katalon Community: the ‘End of File Error’ exception when validating PDFs.
Hello, Katalon users and software testing enthusiasts! Today, we’re diving into a common challenge that many of you have encountered: navigating through a web page using the ‘Tab’ key. This blog post is inspired by a real-life scenario shared by a Katalon user on our community forum.
To execute locally, remote, or on-cloud? That is the question. But test execution is more than just “hitting Enter and seeing if it passed or not.” If you are doing it manually, test execution is about performing every single test step as outlined in the test case. For automation testing, test execution takes on another layer of complexity: In which environment should you run the test? Which test cases should you prioritize for execution?
You open your Uber app and book a ride. Upon successful booking, a map pops up and shows you the whereabouts of your driver. While in the Uber, you open Zillow, a real estate app, to check out the apartment you want to rent that is located a few kilometers away from your location. The weather app, knowing your location, then sends you a notification to expect rain tomorrow. All of these are examples of the power of geolocation-based app features.
At the end of every testing project, a test report is usually created to summarize the results. This report provides insights into how the test project was executed if it aligned with the initial plan, and what areas need further optimization. In this article, we’ll explore in-depth what needs to be included in a test report, as well as the key metrics that QA teams need to look at if they want to gauge their testing efficiency.
Any (functioning) system is built upon an infrastructure. This infrastructure supports all of the functions and activities of the system. Testing is no exception. With a good test infrastructure, QA teams can speed up their testing efforts and drastically improve efficiency. In this article, we will explore the concept of test infrastructure, and how you can effectively build one.