Recent posts on DZone.com
2k followers 59 articles/week
How To Use Builder Design Pattern and DataFaker Library for Test Data Generation in Automation Testing

I bet you might have come across a scenario while automating API/web or mobile applications where, while registering a user, you may be setting the address for checking out a product in the end-to-end user journey in test automation. So, how do you do that?

Sat Jun 15, 2024 14:43
Beyond Sessions: Centering Users in Mobile App Observability

Observability providers often group periods of activity into sessions as the primary way to model a user’s experience within a mobile app. Each session represents a contiguous chunk of time during which telemetry about the app is gathered, and it usually coincides with a user actively using the app. Therefore, sessions and their associated telemetry...

Sat Jun 15, 2024 00:21
Navigating the Border Gateway Protocol: Understanding BGP Neighborship States

Border Gateway Protocol is a routing protocol used to form communication between different Autonomous Systems on the internet. BGP works over a TCP connection and goes through multiple steps to establish and maintain a session. Let's dive in to understand it. Topology:

Fri Jun 14, 2024 23:40
The Keyword-Driven Test Automation Framework With JSON Format for REST API Testing

First, I’d like to get back a little bit of this framework’s architecture overview. Test Execution Progress As the above image and the previous story mentioned, the test suites/cases/steps are formed in a JSON file, and the framework will load and map these JSON files to the list of test suites/cases objects. Then, action steps...

Fri Jun 14, 2024 22:12
Building Better on AWS With the Enhanced AWS Well-Architected Framework

The cloud has revolutionized how businesses operate, and AWS, a pioneer in the field, continues to refine its offerings to empower users. A core component of this mission is the ever-evolving AWS Well-Architected Framework. This framework provides a prescriptive approach to building secure, high-performing, resilient, and cost-optimized cloud architectures....

Fri Jun 14, 2024 21:25
Ordering Chaos: Arranging HTTP Request Testing in Spring

In this article, I would like to describe an approach to writing tests with a clear division into separate stages, each performing its specific role. This facilitates the creation of tests that are easier to read, understand, and maintain. The discussion will focus on using the Arrange-Act-Assert methodology for integration testing in the Spring...

Fri Jun 14, 2024 20:40

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account