Skip to content
  • About

Coding Is Not Enough

The Career guide for software engineers

Tag: Testing

Don’t Depend on internal details in your test

August 5, 2020 CareerMaster

One mistake I see many people make is relying on internal details in their tests. For example, assume that you wrote a stack class and that you use an array to store the data. This should be an internal matter for your class. You should not write a test case that verifies the order of […]

Read More →

Testing Best Practice, Testing, Tips

Designing and Maintaining Tests

August 3, 2020 CareerMaster

As you design and maintain tests for your system, keep the following points in your mind: Ease of use and debugging are the highest priority. Everyone on the team should be able to run and debug the tests. Use your creativity to make the tests easy to run and debug instead of focusing on the most […]

Read More →

Testing Core Knowledge, Testing, Testing Strategy

Scales and Types of Tests

July 31, 2020 CareerMaster

We can categorize the types of tests we can create based on the target of the test: Unit Testing: The test target is a function or a class. The goal is to test that unit independently. Usually, we rely on an API interface in Unit Tests. Integration or System Testing: The test target is a […]

Read More →

Testing Core Knowledge, Functional Test, Load Test, Performance Test, Security Test, Testing, Testing Sizes, Testing Types

The Construction of a Test Case

CareerMaster

All tests run through the following stages: Test Setup: The goal of this stage is to create an environment for your test. It could be as simple as instantiating an object or as complex as installing all the dependencies for your web application. Text Execution: The goal of this stage is to run through a […]

Read More →

Testing Core Knowledge, Testing, Unit Testing

Categories

  • Career Model
  • Code Reviews
  • Coding Style
  • Design
  • Testing
  • Uncategorized

Recent Posts

  • The Software Engineer Growth Model
  • How to Code in Style?
  • How to engaged in a productive code review?
  • How to perform a code review?
  • Don’t Depend on internal details in your test

Archives

  • October 2020
  • August 2020
  • July 2020

Categories

  • Career Model
  • Code Reviews
  • Coding Style
  • Design
  • Testing
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Designed by Atanas Yonkov || Powered by WordPress