Systems | Development | Analytics | API | Testing

%term

Quality Isn't Optional

In software development, it doesn’t matter who found the bug or who’s responsible for fixing it. What matters is that the product works. @Veronika Takmazyan shares a real-world example from their team’s work on a @Salesforce hybrid app, where ownership and collaboration are essential. Whether it’s web views or native elements, the goal is clear: deliver quality at every step, no excuses. Watch the latest episode of Test Case Scenario to learn more about how embracing responsibility across teams ensures that quality isn’t just an afterthought—it’s built into every release.

98% Accuracy in Leak Detection: How AI is Transforming HVAC Manufacturing

In today’s industrial landscape, efficiency and accuracy are paramount for success. For manufacturers, particularly those in the Heating, Ventilation, and Air Conditioning (HVAC) industry, ensuring the integrity of their products is crucial. However, challenges like leak detection and quality control can introduce costly inefficiencies.

Understanding Rate Limiting: Strategies and Solutions

With the advancement of technology and the interconnection of various online systems, the amount of data transferred through web servers is rapidly increasing. Web services provide mass access to data via an Application Programming Interface (API). However, the increased volume of queries also requires a certain level of protection against various intentional or unintentional abuses, including excessive request frequency.

Building Ruby on Rails engines

Engines are one of the best ways to share functionality across Rails applications. Whether you're looking to extend your Rails application, modularize your project for better maintainability, or are just curious about the finer details, join us as we explore the intricacies of Rails engines. This article dives into everything you need to know about Rails engines, from their definition to their types, popular examples in the real world, and even building your own.

What Is API Access?

The ability to seamlessly integrate different software applications is paramount for businesses and developers. This is where API access comes into play. API access refers to the ability of an application or client to interact with and use the functionalities of an API, typically controlled through authentication and authorization mechanisms like API keys or tokens.

Countly SDK Development Updates: What's New and Improved?

2024 has been a year of intense development for the Countly SDKs, with numerous major and minor releases making it easy to lose track of all the changes (which more than justifies our self-proclaimed title, SDKshians). If you're looking to understand the core themes behind the recent developments without sifting through countless GitHub release notes, this article is for you.

9 Types of Software Testing that QA Testers Should Know

Quality Assurance testers play an important role in verifying that company software maintains its functionality and reliability. Because the world of software testing is an expansive one, QA testers should equip themselves with an understanding of which types of software testing are most relevant to their daily tasks. With so many different software testing types, it can be overwhelming knowing where to start.

The Key Differences Between Automated & Manual Software Testing

The fundamental difference between manual and automated software testing lies in execution. Manual testing requires human intervention, while automated testing uses scripts and tools. Testlio September 20th, 2024 Discover the Best Practices for Implementing Test Automation In this article, we will cover the core aspects of each testing method, including their definitions, pros, and cons. Additionally, we will discuss strategies for integrating both methods to optimize your testing process.

Performance Test Results Trend Analysis

In this post we are going to look at how you can spot trends in your performance test results and use this trend analysis to help shape the way you address performance testing. Performance testing can generate a large volume of performance test data and using this data to define your future performance testing coverage, scope and volumes can really add benefit to your non-functional testing process.