Close

Test-Driven Development

Test-Driven Development (TDD) is a software development process that emphasizes the importance of writing tests before writing code. This helps ensure the code is correct and meets the application requirements.

Creating an Automated Pull Request Checklist on GitHub

Creating an Automated Pull Request Checklist on GitHub

You can use the GitHub Actions workflow to create an automated pull request checklist in GitHub. A workflow is a series of steps executed automatically when a specific event occurs, such as making a new pull request. Here are the steps on how to create an automated pull request checklist […]

Devamını Oku

Shift-Left Testing Nedir?

Shift-Left Testing Nedir?

Shift-left testin yazılım testlerinin, yazılım yaşam döngüsünün başlarında yapılması yaklaşımıdır. 2001 yılında Larry Smith tarafından “erken ve sık test et” , “Test early and often” şeklinde formüle edilmiştir.  Shilt-left testing’ in belirli iyileştirmeler sağlar. 

Devamını Oku