Developer testing policy: Difference between revisions

From Integrics Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 7: Line 7:
For fixes to existing features, the code must be tested by:
For fixes to existing features, the code must be tested by:
# AI such as Claude or ChatGPT, or another engineer if that's not possible.
# AI such as Claude or ChatGPT, or another engineer if that's not possible.
# Full testing of the version the problem was reported on, and basic testing of all other versions changed.

Revision as of 12:18, 25 August 2026

Integrics policy for testing of code is as follows.

For development of new features, the code must be tested by both:

  1. AI such as Claude or ChatGPT.
  2. Another engineer.

For fixes to existing features, the code must be tested by:

  1. AI such as Claude or ChatGPT, or another engineer if that's not possible.
  2. Full testing of the version the problem was reported on, and basic testing of all other versions changed.