Systems | Development | Analytics | API | Testing

Latest posts

Continuous Testing and DevOps

Understanding Continuous Testing , The Process , And The Benefits It Can Bring To The DevOps With QA practices like DevOps and Agile gaining popularity, testers these days are extremely interested in integrating the continuous testing model into the existing QA model. Especially when CI/CD pipelines in combination with DevOps model have the potential to increase flexibility & scalability, the eBook defines the benefits continuous testing brings to the DevOps model.

Testing With Selenium

Diving Into The Depths Of Selenium As An Automation Testing Tool Over the years, Selenium has always stayed to be the primary choice of test automation experts. However, the recent upgrades and the ever-changing test requirements, make it necessary for young test teams to explore Selenium more closely. Read the eBook to understand every aspect of Selenium testing, right from the tool to the recent upgrades.

API First Development | Why API-First Development Matters

Jeremy H - March 4, 2024 API-first development prioritizes designing and building application programming interfaces (APIs) before any other components of the application. This approach ensures that APIs, which allow different software systems to communicate, are central to the development process.

Generating Dynamic IDs in JMeter for Enhanced Test Automation

In JMeter, generating dynamic IDs that can be used in subsequent steps of your test plan is a common requirement, especially when testing applications that require unique identifiers for transactions or user sessions. Here are several methods to generate and use dynamic IDs in JMeter.

Introducing Identity Server 7.0 - The Most Powerful and Developer-Friendly Release Yet

WSO2 Identity Server is the leading open source IAM solution. It is a powerful, modern access management solution for your on-premises or cloud environment that provides secure access for your consumers (B2C), enterprise customers (B2B), workforce (B2E), or APIs. WSO2 Identity Server manages more than 1 billion identities worldwide, and its extensibility allows it to support the most complex IAM requirements.

iOS Core Data Explained: Storing data using Swift

Core Data enables us to manage the model layer of an Apple application. This layer is a crucial part of our app’s engine room, allowing the pretty bits at the front end to interact with the data and business logic at the back. We love Core Data because it provides a powerful database technology framework, and it’s built on top of the SQLite management system, which requires zero configuration or external storage space.