Search result for Red-green-refactor workflow Online Courses & Certifications
Get Course Alerts by Email
JavaScript Testing
by Michael Wales- 0.0
Approx. 2 weeks
Learn how to iterate on your web applications with confidence using the red-green-refactor workflow cycle and automated testing frameworks. Use the red-green-refactor workflow to start an address book application....
Free
A Practical Introduction to Test-Driven Development
by Doug Purcell- 0.0
Approx. 15 hours to complete
To be a proficient developer you need to have a solid grasp of test writing before putting code into production. In this course, we will take a hands-on look at Test-Driven Development by writing and implementing tests as soon as week one. TDD starts with good unit tests, so we will start there....
Atomic Refactoring in C#
by Kristijan Kralj- 3.5
3.5 hours on-demand video
The code you refactor will be clean and organized....
$9.99
Android Unit Testing and TDD for beginners : Getting Started
by Mahmoud Ramadan- 3.2
2.5 hours on-demand video
TDD has Cycle of Three Steps Red ,Green and refactor ,In a simple way you start coding by writing test first and then write actual implementaion to make this test pass and finally you do refactor to enhance the existing code....
$12.99
The complete guide to testing javascript & node applications
by Kati Frantz- 4.1
2 hours on-demand video
We'll then dive into TEST DRIVEN JAVASCRIPT DEVELOPMENT, understanding the RED, GREEN, REFACTOR TESTING CYCLE, and how to apply this into our projects to build more robust and bug free applications....
$19.99
Learn Unit Testing with NUnit and C#
by Engineer Spock- 4.3
7.5 hours on-demand video
Learn unit testing, TDD, mocking and Dependency Injection: techniques that you'll need to build reliable software. Learn deeply the concepts and tools that you will need to build maintainable and reliable software. Teaching Approach No fluff, no ranting, no beating the air. I respect your time. The course material is succinct, yet comprehensive....
$14.99
Adobe Photoshop CC Essentials | Photoshop Masterclass
by Chris Parker- 4.6
38 hours on-demand video
Plus, my personal workflow with Adobe Bridge In this Photoshop course I share how to easily and quickly transform ordinary, boring, green foliage into beautiful, vibrant and colorful Fall colors. but, I'm also going to share my 3 step editing workflow! This is the same workflow I use to edit hundreds of images PER hour!...
$19.99
Related searches
The Red Green Refactor Workflow - Learn How to Program
- 0.0
This workflow is known as "Red, Green, Refactor": " Red " refers to the failing test in step 3. " Green " refers to the passing test (s) in steps 5 and 6. " Refactor " refers to the refactoring process in step 7. You will be expected to follow this workflow for the rest of the course....
Red, Green, Refactor - Codecademy
- 0.0
Red, green, refactor. Test-driven development (TDD) is an approach to software development where you write tests first, then use those tests to drive the design and development of your software application. . . ....
JavaScript Testing - Udacity
- 0.0
In this course you'll learn how to write JavaScript applications with confidence, using the red-green-refactor workflow. You'll write comprehensive suites of tests that validate your application is functioning as intended at all times. You'll start by exploring how other industries use a variety of tests and the value it provides....
Understand the Red Green Refactor Methodology - Enhance an existing app ... - OpenClassrooms
- 0.0
The Red, Green, Refactor method consists of three phases: Red - write a test that fails. Green - implement the test-supporting functionality to pass the test. Refactor - improve the production code AND the tests to absolute perfection. The Red, Green, Refactor cycle should be as short as possible....