There are 10 posts tagged with tdd
Optimize Your Unit Test Structure for Faster Feedback
Learn how to speed up your unit tests by optimizing the structure of your test files using testthat in R.
3 min readOptimize Shinytest2: Speed Up Your Shiny App Tests
Learn how to speed up Shiny app tests using shinytest2 by reusing application instances and refreshing the browser.
8 min readHow to Snapshot Test Excel Workbooks in Shiny Apps
Learn how to export data to Excel in Shiny apps and use snapshot tests to validate and inspect the exported workbooks.
4 min readDeveloping Shiny Modules with Test-Driven Development
Learn how to use tests to develop Shiny modules efficiently, ensuring faster development cycles and better modularization.
3 min read3-Step Guide to Building Plots Faster with Test Driven Development
Discover how to use TDD and approval testing to rapidly develop and test plots in R.
5 min readHow Test-Driven Development (TDD) Speeds Up Prototyping
Learn how TDD helps you prototype faster by allowing you to experiment with your code and find better solutions quickly.
3 min readExtending Shiny Modules with TDD in Legacy Code
Learn how to extend Shiny modules in legacy code using the Sprout Technique and Test Driven Development.
1 min readMastering Test-Driven Development: 3 Essential Steps for Better Code
Learn the 3 essential steps of Test-Driven Development (TDD) to improve code quality and development speed.
3 min readMastering Test Driven Development: Build the Right Thing First
Learn how Test Driven Development (TDD) ensures you build the right thing on the first try with no rewrites.
2 min readHow We Achieved 96% Code Coverage in a 2-Week App Prototype
Learn how we built an app prototype with 96% code coverage in just 2 weeks using TDD and effective testing strategies.
5 min read