https://github.com/amigoscode/software-testing
Source code for software testing course
https://github.com/amigoscode/software-testing
Last synced: 11 months ago
JSON representation
Source code for software testing course
- Host: GitHub
- URL: https://github.com/amigoscode/software-testing
- Owner: amigoscode
- Created: 2020-04-12T14:00:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T04:42:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T17:08:53.814Z (11 months ago)
- Language: Java
- Homepage: https://www.amigoscode.com/courses/software-testing
- Size: 98.6 KB
- Stars: 203
- Watchers: 7
- Forks: 216
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# software-testing
Enrol here 👉🏿 https://amigoscode.com/courses/software-testing
Writing code without tests? Really? Oh boy.
Software Testing is a skill that you must fully grasp as a software engineer. It ensures that any code you write to production is more likely to contain less bugs.
In this course you will learn everything about testing. Starling from
- Unit Testing
- Integration Testing
- Testing External Services
- Mocking with Mockito
- Test Driven Development
- and much more
Writing code to test my own code? I know but trust me I am going to break it down nice and easy for you.
This course will take through a real example code using Stripe and Twilio and we will be writing every single piece of code from scratch
So, without further a do Lets get started
# Course Cover
Enrol here 👉🏿 https://amigoscode.com/courses/software-testing

# Architecture Diagram