Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Tricentis Mobile: An all-in-one solution for high-quality, high-performing mobile apps

A staggering 85% of the global population owns a smartphone, and 73% of total e-commerce revenue is generated from mobile devices. Ridesharing, food delivery, social media, online bookings, banking transactions, virtual meetings — we’re practically living on our smartphones. The mobile revolution has also affected field service management in the oil and gas, logistics, and transportation industries, where mobile apps are used for real-time tracking and monitoring.

A Deep Dive into Data & Variables in Software Testing | Rahul Verma | TestFlix 2023 |

In this thought-provoking video, Rahul Verma explores the concept of "Icchadari Data: The Revolt Mnemonic." Rahul challenges the traditional view of variables and values, especially in the context of test design and sampling. He introduces the idea of a "Wanderer" – data that undergoes transformations and meanders through a system, often defying conventional definitions.

10 mobile testing types and approaches

Users download over 250 billion apps on 5 million Android and iOS devices – yet over half of all downloaded apps are uninstalled within 30 days. The slightest flaw could prompt an uninstall as the user looks for a more user-friendly alternative. This highly competitive supply and demand means you must ensure through mobile testing that your mobile app’s quality, usability, and security meet expectations and exceed them.

Testing Techniques For a Streamlined CI/CD Pipeline

From the full episode: “Test Case Scenario" Dives into CI/CD Pipeline Mastery! In this discussion, we cover everything you need to know about setting up pipelines, navigating common pitfalls, and valuable tips for CI/CD mastery. Whether you're a tech enthusiast or a professional in the field, Test Case Scenario is your go-to podcast for staying informed and ahead of the curve in the realm of software testing.

What are Microservices & How to Test Microservices | Sidharth Shukla | #apitesting #restassured

In this insightful video, Sidharth Shukla provides a comprehensive breakdown of two fundamental software architectural paradigms: microservices and monolith architecture. Sidharth delves into the intricacies of both approaches, offering a clear understanding of their principles, advantages, and considerations. With clarity and depth, Sidharth explores the key differences between microservices and monolith architecture, emphasizing their impact on scalability, maintainability, and development workflows.

Test Framework: Before or After Development? | Monika Sharma | #softwaretesting #automationtesting

In this thought-provoking video, Monika Sharma tackles a critical question in software development and testing: Should the test framework be constructed before or after the development phase? Monika provides insightful perspectives on the timing and considerations involved in building a test framework. Whether you're a developer, tester, or involved in software quality assurance, this video offers valuable guidance on the strategic decisions surrounding test framework development.

How to Review Codes | Actionable Tips with Examples | Rahul Yadav #softwaretesting #qatesting

In this insightful video, Rahul Yadav explores the art of being an effective code reviewer while providing valuable insights on receiving feedback gracefully. Rahul shares practical tips and strategies on how to become a proficient code reviewer, offering guidance on providing constructive feedback that enhances the quality of code and fosters collaboration. Whether you're a developer, an aspiring coder, or someone keen on improving your code review and feedback-handling skills, this video offers valuable guidance.

100 Test Cases For Banking Application (With Template + Complete Guide)

Banking is a critical but highly complex industry. It is a highly regulated environment, and banking applications must be developed in compliance with privacy and security standards of the region the bank operates. Credibility is an invaluable asset to any financial institution, so they can’t afford to let any bugs, even the most minor, slip into production and impact the user experience.

How to Land a Tech Job: Is QA a Viable Entry? | Test Case Scenario #shorts

Welcome to Test Case Scenario! In this episode, host Jason Baum is joined by our expert panelists, Nikolay Advolodkin, Sr. Developer Advocate, and Evelyn Coleman, Implementation Engineering Manager, both from Sauce Labs. Together, they explore thought-provoking questions such as whether testing serves as a viable gateway to a career in tech, the importance of QA in the tech industry, and invaluable advice for breaking into the world of technology. Get ready for an insightful discussion that will shed light on key aspects of the tech landscape.

Integration Vs E2e Testing: What Worked For Me As A Charm

When it comes to testing software applications, various testing techniques can be employed. Three common testing methods are unit testing, integration testing and end-to-end testing. All these different kinds of testing overlap, so you just can’t implement one or two forms of testing and you will be good. Like if you are in the initial stage of development you can write a few unit tests which a developer can run once he makes changes to a function.