Test Driven Development in iOS Using Swift
- Descrição
- Currículo
- FAQ
- Revisões
As a software developer you must always aspire to write quality code. You must also make sure that any future code you write does not break existing features. Test Driven Development provides you with a great way to implement software. It provides a safety net, which allows you to make changes with confidence. In this course, you will learn how to apply the principles of test driven development in iOS using Swift language.
Let’s check out the contents of the course:
-
Understanding Test Driven Development
In this section you will learn about the concepts behind Test Driven Development. You will learn why testing is important, when to write unit tests and even misconceptions behind testing in software development.
-
Types of Testing
In this section you will learn about types of testing. You will learn the differences between unit testing, user interface testing, integration testing, acceptance testing and performance testing.
-
Writing Your First Unit Test
In this section you will learn how to write your first unit test. We will implement a simple Tip Calculator and write your code using the principles of test driven development. You will learn how using test driven development allows you to architect your app.
-
Writing UI Tests
In this section you will learn how to write user interface tests. You will learn how to automate your user interface and perform actions on the elements on the screen. You will also learn how to use the PageObject pattern to reuse elements from the screen.
-
Mocking
In this section you will learn the concept of mocking. You will learn how to create a mocked version of the login service, which will allow the user to continue with their tests without having a dependency on a real login service and network connection.
-
End to End Testing
In this section you will learn how to perform end to end integration testing. You will learn how to invoke a real network service and make sure that all components of the app are working correctly together.
-
Project Time – Quiz App
Finally, you are going to put all your skills to test by implementing a Quiz App in SwiftUI using the principles of test driven development. You will start by testing the core domain and then move on to write user interface tests.
Who is this course for?
-
Developers interested in learning about writing great software based on the principles of test driven development.
-
Developers interested in learning about the application domain using unit tests.
-
Developers who want to educate themselves on how to architect an application using test driven development.
-
Developers who want to take their skills to the next level
I had so much fun in creating this course and I really hope you enjoy it too.
Thanks and let’s start coding!
-
16Setting Up User Interface Test Project in XcodeVídeo Aula
-
17Writing Unit Testing When Content View is ShownVídeo Aula
-
18Refactoring TestsVídeo Aula
-
19Writing UI Tests For Calculating TipVídeo Aula
-
20Writing UI Tests for Invalid Input for TotalVídeo Aula
-
21Implementing PageObject PatternVídeo Aula
-
25What is Mocking?Vídeo Aula
-
26Understanding the Starter ProjectVídeo Aula
-
27Writing Test to Validate Required FieldsVídeo Aula
-
28Writing Test Confirm User Navigation to Dashboard Upon AuthenticationVídeo Aula
-
29Implementing MockedWebServiceVídeo Aula
-
30Writing Test to Display Message for Invalid CredentialsVídeo Aula
-
31Implementing PageObjects Design PatternVídeo Aula
-
32Tour of the AppVídeo Aula
-
33Resource: Core Data Debug TagTexto
-
34Writing Test to Save Task to DatabaseVídeo Aula
-
35Deleting App Before Running Each Test Using SpringboardVídeo Aula
-
36Writing Test to Check Duplicate Task Titles are Not AllowedVídeo Aula
-
37Writing Test to Make Sure Task is Deleted SuccessfullyVídeo Aula
-
38Writing Test to Make Sure Updating Task Favorite Works as ExpectedVídeo Aula
