Software Testing with Fexingo: QA, Automation, and Reliable Software Engineering

Software Testing with Fexingo: QA, Automation, and Reliable Software Engineering

Fexingo
ประเทศ สหรัฐอเมริกา
แนวเพลง ธุรกิจ
ภาษา EN
จำนวนตอน 197
ล่าสุด 27.09.2026

This podcast treats software testing as a strategic engineering discipline rather than a box-ticking exercise. Hosts Lucas and Luna devote each episode to a specific practice, covering unit test coverage metrics, integration test design patterns, the economics of test automation ROI, and the psychology of flaky test triage. They work through real-world case studies such as contract testing at Stripe, the trade-offs between Selenium and Cypress for e-commerce checkouts, and Google's small/medium/large test size taxonomy. The show also digs into mutation testing scores, the diminishing returns of 100% code coverage, shift-left versus shift-right approaches, risk-based prioritization, and the role of AI in generating test oracles. Listeners come away with concrete frameworks and heuristics for judging a test suite's health, deciding when to kill a test, and building a QA career path that keeps growing.

ตอน

  • Why Most Software Tests Are Just Expensive Noise 27.09.2026 9นาที
    In this episode, Lucas and Luna dissect the growing crisis of 'test noise' in modern software engineering. They examine why teams spend millions maintaining test suites that report more false positives than actual bugs, using a deep dive into how leading fintech firms are shifting from broad coverage metrics to precise failure signal analysis. The hosts explore the specific mechanics of flaky tests, the hidden costs of CI pipeline bloat, and the strategic decision to abandon legacy regression suites in favor of targeted contract testing. This is a practical look at how to stop measuring activity and start measuring reliability, featuring concrete examples from infrastructure teams who cut their maintenance hours by half while improving deployment confidence. #SoftwareTesting #QualityAssurance #ContinuousIntegration #DevOpsEngineering #TestAutomation #FlakyTests #CI/CD #FexingoBusiness #BusinessPodcast #TechLeadership #EngineeringCulture #SoftwareReliability #CloudInfrastructure #AgileMethodology #TechnicalDebt #ProductivityHacks #StartupStrategy #LucasAndLuna Keep every episode free: buymeacoffee.com/fexingo
  • Why Software Testing Fails When Engineers Ignore Human Error 25.09.2026 8นาที
    We examine the recent critical failure at CloudScale, a mid-sized SaaS provider, where automated tests passed but production collapsed due to untested human workflows. The incident reveals a blind spot in modern QA: we automate everything except the people who click buttons. We break down how manual intervention protocols are becoming the new regression testing ground, and why relying solely on CI pipelines leaves you vulnerable to operational collapse. #SoftwareTesting #QualityAssurance #CloudScaleIncident #HumanError #DevOps #Automation #OperationalRisk #SaaSTesting #BugBounties #TechFailure #EngineeringCulture #ProcessDesign #FexingoBusiness #BusinessPodcast #TechnologyNews #EnterpriseSoftware #SystemReliability #QAStrategy Keep every episode free: buymeacoffee.com/fexingo
  • Why Software Teams Ignore Legacy Code Until It Breaks 25.09.2026 9นาที
    Most engineering leaders treat legacy code as a sunk cost, ignoring it until a critical failure forces a rewrite. This episode examines how Microsoft’s internal strategy for refactoring decades-old infrastructure changed their approach to technical debt. We look at the specific decision points that separate successful modernization from costly failures, using real examples from enterprise software teams. The conversation explores why incremental changes often outperform big-bang rewrites and how to measure the ROI of maintenance work that doesn’t ship new features. If you are responsible for software reliability in September twenty twenty six, understanding the economics of legacy systems is no longer optional. #SoftwareEngineering #TechnicalDebt #LegacyCode #Microsoft #Refactoring #SystemArchitecture #DevOps #BusinessStrategy #ITManagement #CodeQuality #EnterpriseSoftware #FexingoBusiness #BusinessPodcast #TechLeadership #SoftwareMaintenance #EngineeringCulture #DigitalTransformation #CodeBase Keep every episode free: buymeacoffee.com/fexingo
  • How Figma Prevented a Catastrophic UI Collapse 24.09.2026 10นาที
    In this episode, we examine the hidden engineering crisis behind modern design-to-code workflows. While previous episodes covered testing AI and shadow mode, today we drill into a specific case study of how a major SaaS platform discovered that their automated UI regression suite was fundamentally broken by dynamic component libraries. We explore the concept of visual diffing versus structural validation, the cost of 'false negative' bugs in production, and why teams are shifting toward contract-based testing for frontend interfaces. We look at the specific metrics that revealed the gap between green CI pipelines and user-reported layout errors, offering a concrete framework for QA engineers to audit their own test reliability before it impacts revenue. #SoftwareTesting #QualityAssurance #FexingoBusiness #BusinessPodcast #FrontendEngineering #VisualRegression #CIpipelines #TechCareers #SaaSEngineering #DesignSystems #BugPrevention #DevOpsCulture #UserExperience #AutomationStrategy #TechLeadership #EngineeringMetrics #DigitalProduct #CodeReliability Keep every episode free: buymeacoffee.com/fexingo
  • How Data Contracts Prevent Integration Breakdowns 23.09.2026 9นาที
    We examine the rise of data contracts as a preventive measure for modern software architecture. By treating data schemas like legal agreements between services, teams can catch mismatches before code ships. We look at how companies are using automated validation to stop integration failures and reduce debugging time in complex distributed systems. #SoftwareEngineering #DataContracts #APIIntegration #DevOps #QualityAssurance #SystemDesign #TechInnovation #CodeReliability #DigitalTransformation #CloudArchitecture #FexingoBusiness #BusinessPodcast #LucasAndLuna #TechTrends2026 #EngineeringCulture #AutomationTools #SoftwareTesting #EnterpriseTech Keep every episode free: buymeacoffee.com/fexingo
  • Why Shadow Testing Beats Feature Flags 21.09.2026 8นาที
    Most teams use feature flags to toggle new code on and off in production. But what if you could test that same code without ever changing the user experience? In this episode, we dive into shadow testing—a technique where traffic is mirrored to a parallel system for validation without affecting the live path. We look at how major infrastructure teams use this approach to catch regressions before they hit customers, using real-world examples from high-scale distributed systems. It’s not about hiding bugs; it’s about proving stability under load before the switch flips. If today’s tech conversation gave you something usable, the way these stay ad-free is listener support—buy me a coffee dot com slash fexingo. #ShadowTesting #FeatureFlags #SoftwareEngineering #ProductionSafety #TechInfrastructure #QAStrategy #SystemReliability #CodeDeployment #TechLeadership #DevOpsPractices #SoftwareQuality #FexingoBusiness #BusinessPodcast #TechTrends2026 #EngineeringCulture #RiskManagement #CloudArchitecture #DigitalTransformation Keep every episode free: buymeacoffee.com/fexingo
  • How Figma Prevented a Catastrophic UI Collapse 20.09.2026 13นาที
    Lucas and Luna break down the specific engineering decisions behind Figma’s 2021 outage, focusing on how their dependency graph architecture created a single point of failure. They explore why visualizing software dependencies is critical for modern tech teams and discuss the shift from reactive debugging to proactive structural resilience. The conversation covers practical steps for mapping your own codebase risks and avoiding the domino effect that took down one of the world’s most popular design tools. #FexingoBusiness #BusinessPodcast #SoftwareEngineering #TechOutages #SystemDesign #DependencyManagement #Figma #SRE #DevOps #CodeArchitecture #ProductionReliability #TechLeadership #EngineeringCulture #RiskManagement #CloudInfrastructure #SoftwareQuality #TechNews2026 #DigitalTools Keep every episode free: buymeacoffee.com/fexingo
  • How Microsoft Fixed Its Bug Bounty Program 19.09.2026 7นาที
    Microsoft's shift from a closed, invite-only security program to an open, global bug bounty platform fundamentally changed how enterprise software is secured. In this episode of Software Testing with Fexingo, Lucas and Luna explore the specific mechanics of that transition, the cultural friction it caused within engineering teams, and the measurable impact on vulnerability response times. They examine why treating external researchers as partners rather than adversaries yields higher quality patches faster than internal QA alone. The conversation drills into the operational reality of triaging thousands of submissions, establishing clear rules of engagement, and building trust across a massive codebase. Listeners will learn one concrete takeaway: how to structure a responsible disclosure policy that encourages discovery without exposing critical infrastructure to reckless testing. #SoftwareTesting #Cybersecurity #BugBounty #Microsoft #QAEngineering #DevOps #VulnerabilityManagement #ResponsibleDisclosure #TechPolicy #SoftwareEngineering #FexingoBusiness #BusinessPodcast #InfoSec #CodeQuality #EnterpriseTech #SecurityCulture #OpenSource #TechLeadership Keep every episode free: buymeacoffee.com/fexingo
  • How Stripe Built Resilient Payment Infrastructure 18.09.2026 10นาที
    We break down how Stripe engineered its payment gateway to handle millions of transactions per second without dropping a single dollar. It is not just about speed, it is about the invisible architecture of idempotency keys and distributed tracing that prevents duplicate charges during network outages. Lucas and Luna examine the specific engineering decisions that turned a simple checkout button into a global financial backbone. We look at why most fintech startups fail at this layer and what developers can learn from Stripe's public API design. This episode moves past basic unit testing into the realm of system-level reliability, exploring how to test for failure modes that only appear under real-world load. If you are building software that handles money or critical user actions, this conversation on transactional integrity is essential listening. #FexingoBusiness #BusinessPodcast #SoftwareEngineering #Stripe #PaymentSystems #Idempotency #APIDesign #DistributedSystems #TechInfrastructure #SoftwareReliability #FinTech #SystemArchitecture #DeveloperTools #CloudComputing #DataIntegrity #NetworkResilience #EngineeringCulture #DigitalPayments Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Copilot Changed Software Engineering 18.09.2026 8นาที
    We examine how GitHub Copilot reshaped daily coding workflows in 2026. Lucas and Luna discuss the shift from manual testing to AI-assisted validation, using concrete examples of how teams handle hallucinated code and maintain quality without breaking production. #FexingoBusiness #BusinessPodcast #SoftwareTesting #AICoding #GitHubCopilot #QualityAssurance #Automation #DeveloperProductivity #TechTrends #EngineeringCulture #CodeReview #BugPrevention #AIHallucinations #DevOps #ContinuousIntegration #MachineLearning #EnterpriseTech #FutureOfWork Keep every episode free: buymeacoffee.com/fexingo
  • How Microsoft Fixed Its Bug Bounty Program 17.09.2026 12นาที
    In this episode, Lucas and Luna dissect how Microsoft transformed its security posture by overhauling the Microsoft Bug Bounty program. They explore the specific mechanics of responsible disclosure, the financial incentives that drive ethical hackers, and why transparent bug tracking matters more than raw numbers. With insights into how a tech giant handles vulnerability reports from thousands of contributors, this conversation offers a practical look at modern software security engineering. Listeners will learn how to structure their own disclosure policies and understand the economics of finding bugs before malicious actors do. #SoftwareTesting #CyberSecurity #BugBounty #Microsoft #ResponsibleDisclosure #EthicalHacking #QAEngineering #VulnerabilityManagement #TechIndustry #SoftwareEngineering #FexingoBusiness #BusinessPodcast #TechLeadership #RiskManagement #DeveloperExperience #SecurityOps #DigitalTrust #EnterpriseSoftware Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Test Debt in Software Teams 15.09.2026 9นาที
    We break down the concept of test debt — the accumulated shortcuts and brittle tests that silently slow down engineering velocity. Using a hypothetical mid-sized fintech team as our anchor, Lucas and Luna explore how ignoring small testing compromises leads to major production failures. We discuss the metrics that reveal test decay, the cultural pressure to ship fast versus test thoroughly, and practical steps to audit your suite without halting development. This is not about writing more tests, but writing smarter ones that actually protect your users. #SoftwareTesting #TestDebt #EngineeringVelocity #QualityAssurance #FexingoBusiness #BusinessPodcast #TechCareers #SoftwareEngineering #CIPIPipelines #TeamCulture #DeveloperProductivity #CodeMaintainability #AgileMethodology #TechnicalDebt #Fintech #LeadershipTips #StartupGrowth #DevOps Keep every episode free: buymeacoffee.com/fexingo
  • How to Test AI Without Breaking Trust 14.09.2026 10นาที
    Most teams treat AI model testing like traditional QA, but hallucinations and drift require a different playbook. Lucas and Luna explore the specific challenge of validating large language models in production environments. They discuss why standard unit tests fail when dealing with probabilistic outputs and examine real-world cases where companies missed critical safety guardrails. The conversation drills into prompt injection risks, output validation strategies, and how to measure reliability when there is no single correct answer. This episode offers concrete steps for building robust evaluation frameworks that protect user trust while allowing innovation. #AIAutomation #LLMTesting #QualityAssurance #SoftwareEngineering #MachineLearningOps #PromptInjection #ModelDrift #GenerativeAI #TechSafety #FexingoBusiness #BusinessPodcast #LucasAndLuna #DevOps #AIethics #ProductionReadiness #TestAutomation #DataScience #RiskManagement Keep every episode free: buymeacoffee.com/fexingo
  • Why Your Software Testing Strategy Is Broken 13.09.2026 8นาที
    Lucas and Luna dissect the 'Testing Tax' — the hidden operational drag caused by maintaining test suites that grow faster than the codebase. They explore how Microsoft’s approach to flaky test quarantine and Netflix’s chaos engineering reveal a structural flaw: we are optimizing for coverage, not confidence. The conversation drills into specific metrics like mean time to recovery and the opportunity cost of false positives in CI pipelines. #SoftwareTesting #QualityAssurance #ContinuousIntegration #FlakyTests #DevOps #EngineeringCulture #TestAutomation #MicrosoftCaseStudy #NetflixChaos #CIPipeline #TechLeadership #OperationalEfficiency #FexingoBusiness #BusinessPodcast #TechStrategy #SoftwareEngineering #ReliabilityEngineering #TechEconomics Keep every episode free: buymeacoffee.com/fexingo
  • Why Your Regression Tests Are Lying To You 12.09.2026 9นาที
    Lucas and Luna dissect the silent killer of modern software quality: false positive test results. Using a hypothetical fintech scaling scenario, they explore how brittle assertions in regression suites mask real defects until production fails. The episode argues that confidence scores are replacing binary pass/fail metrics as the new standard for reliable deployment pipelines. Listeners will learn how to audit their test suites for assertion drift and why treating every test as a hypothesis is critical for maintaining trust in automated engineering workflows. #SoftwareTesting #RegressionTesting #FalsePositives #QAEngineering #ContinuousIntegration #TestAutomation #DevOpsCulture #SoftwareQuality #AssertionDrift #FexingoBusiness #BusinessPodcast #TechLeadership #EngineeringManagement #ReliableSystems #CodeReview #ProductionSafety #TestPyramid #LucasAndLuna Keep every episode free: buymeacoffee.com/fexingo
  • Testing the Invisible Layers of Modern Software 11.09.2026 8นาที
    We look at the hidden cost of invisible software failures, focusing on how dependency injection and interface contracts create brittle systems when left untested. Lucas and Luna break down a specific case where a payment gateway's abstract layer failed silently, costing a fintech startup millions in reconciliation errors. We discuss why mocking frameworks can hide real bugs and how to implement structural testing for your business logic without slowing down development velocity. #SoftwareTesting #DependencyInjection #FexingoBusiness #BusinessPodcast #TechEngineering #CodeQuality #SoftwareArchitecture #UnitTesting #IntegrationTesting #FintechRisk #DeveloperTools #SystemDesign #TechnicalDebt #QualityAssurance #SoftwareReliability #BusinessStrategy #CodingBestPractices #DigitalInfrastructure Keep every episode free: buymeacoffee.com/fexingo
  • Testing AI Models for Hallucinations in Production 11.09.2026 12นาที
    Most teams treat large language model outputs like static code, but hallucinations are probabilistic, not deterministic. We break down why traditional unit tests fail against generative AI and introduce the concept of semantic drift evaluation using embedding vectors to catch subtle factual errors before they hit users. This episode explores how to build a guardrail system that measures consistency rather than just syntax, featuring insights from recent production incidents where models confidently invented legal precedents. #FexingoBusiness #BusinessPodcast #SoftwareEngineering #ArtificialIntelligence #LargeLanguageModels #GenerativeAI #QualityAssurance #MachineLearning #HallucinationDetection #SemanticDrift #EmbeddingVectors #ProductionMonitoring #TechStrategy #DevOps #DataScience #ModelEvaluation #RiskManagement #EnterpriseSoftware Keep every episode free: buymeacoffee.com/fexingo
  • Testing Shadow Mode Without Breaking Production 09.09.2026 10นาที
    Shadow testing lets you run new code against live traffic without affecting users. We explore how Netflix uses this technique to validate changes in real time, the infrastructure overhead involved, and why it is safer than canary deployments for high-risk updates. Learn how to implement shadow mode safely. #SoftwareTesting #ShadowTesting #Netflix #LiveTraffic #QAEngineering #TechStrategy #ProductionSafety #CodeValidation #FexingoBusiness #BusinessPodcast #TechnologyNews #EngineeringLeadership #DevOps #RiskManagement #SystemArchitecture #DataIntegrity #QualityAssurance #DigitalTransformation Keep every episode free: buymeacoffee.com/fexingo
  • Why Your Software Testing Strategy Is Broken 08.09.2026 12นาที
    We explore the hidden cost of 'brittle automation' in modern software engineering. Using a specific case from a major fintech rollout, we dissect why over-reliance on visual regression and rigid UI tests creates fragility. Lucas and Luna discuss how to shift from brittle interface testing to resilient contract testing and semantic verification, offering a concrete framework for building test suites that survive refactoring without constant maintenance. This is not about writing more tests; it is about writing smarter ones. #SoftwareTesting #QualityAssurance #AutomationStrategy #FexingoBusiness #BusinessPodcast #TechEngineering #DevOpsCulture #ContractTesting #BrittleTests #RefactoringSafety #SeleniumAlternatives #APIFirst #TestMaintenance #EngineeringLeadership #ContinuousIntegration #ResilientSystems #CodeQuality #ProductStability Keep every episode free: buymeacoffee.com/fexingo
  • How Chaos Engineering Reveals Hidden Software Weaknesses 07.09.2026 10นาที
    We talk about how chaos engineering moves beyond simple uptime checks to proactively break systems. We look at the specific case of Netflix’s Chaos Monkey and why deliberately injecting failure into production environments is now a standard practice for high-availability teams. We explore the psychology behind breaking things on purpose, the metrics that matter when your infrastructure is under attack, and how modern cloud-native architectures require a different mindset than traditional monolithic servers. If you are building software that cannot afford downtime, this episode explains why testing resilience is more important than testing functionality. #ChaosEngineering #SoftwareResilience #ProductionTesting #NetflixChaosMonkey #SystemFailure #CloudNativeArchitecture #DevOpsPractices #InfrastructureReliability #AutomatedFaultInjection #SREMethodology #BusinessContinuity #TechLeadership #SystemDesign #FexingoBusiness #BusinessPodcast #TechnologyTrends #OperationalExcellence #RiskManagement Keep every episode free: buymeacoffee.com/fexingo

ยอดนิยมใน

พอดแคสต์นี้ปรากฏในชาร์ตพอดแคสต์ของประเทศเหล่านี้ด้วย