Skip to content

TechWithMahdi.com

Master IT Skills with Expert Tutorials and Real-World Guides

  • Home
  • About
  • Contact
Leave a Comment on Avoid multiple acts

Avoid multiple acts

When writing unit tests using the AAA pattern, try to include only one act per test case. If you need […]

Leave a Comment on Arrange Act Assert

Arrange Act Assert

Your unit test should be well structured. The Arrange-Act-Assert is a commonly used pattern where you structure the test case […]

Leave a Comment on Write descriptive unit tests

Write descriptive unit tests

A unit test should be descriptive. If your colleague is reading your test case then he/she should understand – without […]

Leave a Comment on Write trustworthy unit tests

Write trustworthy unit tests

A trustworthy unit test is a test you can trust. It should fail when the code is broken, and succeed […]

Leave a Comment on Characteristics of a good unit test

Characteristics of a good unit test

A good unit test has some characteristics, implementing them correctly will certainly increase not only the quality of your unit […]

Leave a Comment on Unit testing best practices

Unit testing best practices

Introduction Summary Unit testing is a great way to validate that a small unit code of meets its design and […]

Leave a Comment on How to write file in java 8

How to write file in java 8

Writing data to files is a common task in Java development. Java 8 offers several ways to handle file writing, […]

Leave a Comment on How to read files in java 8

How to read files in java 8

In Java 8, reading files can be accomplished through several methods, each suited to different scenarios. Whether you’re dealing with […]

Leave a Comment on How to read and write files in java 8

How to read and write files in java 8

Introduction File handling is a crucial aspect of many Java applications, whether you’re developing simple command-line tools or complex enterprise […]

Leave a Comment on UML Tutorial

UML Tutorial

What is UML? In this UML tutorial we will discover together the Unified Modeling Language or UML is a standardized […]

Posts pagination

Previous 1 2 3 Next
Popular categories
  • Cybersecurity
  • Miscellaneous
  • Software design
  • Software Quality
Legal
  • GDPR compliance
  • Privacy Policy
  • Terms of service
Social media
  • Facebook
  • LinkedIn
  • X
Copyright © 2024 techwithmahdi.com