jakub::sobolewski
blog
r tests gallery
course
resources
⌘
K
Subscribe
jakub::sobolewski
blog
r tests gallery
course
resources
⌘
K
Subscribe
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.
Nov 8, 2024
r
tests
tdd
3 min read
Optimize 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.
May 29, 2024
r
shiny
shinytest2
tdd
tests
8 min read
How 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.
Mar 6, 2024
r
tests
tdd
shiny
4 min read
Developing Shiny Modules with Test-Driven Development
Learn how to use tests to develop Shiny modules efficiently, ensuring faster development cycles and better modularization.
Mar 3, 2024
r
tests
tdd
shiny
3 min read
3-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.
Oct 29, 2023
r
tests
tdd
ui
5 min read
How 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.
Oct 29, 2023
r
tests
tdd
3 min read
Extending Shiny Modules with TDD in Legacy Code
Learn how to extend Shiny modules in legacy code using the Sprout Technique and Test Driven Development.
Oct 28, 2023
r
tests
tdd
shiny
1 min read
Mastering 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.
Oct 12, 2023
r
tests
tdd
3 min read
Mastering 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.
Oct 12, 2023
r
tests
tdd
2 min read
How 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.
Oct 6, 2023
r
tests
tdd
shiny
5 min read