Developer testing policy: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Dcunningham (talk | contribs) Created page with "Integrics policy for testing of code is as follows. For development of new features, the code must be tested by: # Firstly by AI such as Claude or ChatGPT. # Secondly by another engineer. 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." |
Dcunningham (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Integrics policy for testing of code is as follows. |
Integrics policy for testing of code is as follows. |
||
For development of new features, the code must be tested by: |
For development of new features, the code must be tested by both: |
||
# |
# AI such as Claude or ChatGPT. |
||
# |
# Another engineer. |
||
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 change on the version the problem was reported on, and basic testing of all other versions affected. |
|||
Latest revision as of 12:19, 25 August 2026
Integrics policy for testing of code is as follows.
For development of new features, the code must be tested by both:
- AI such as Claude or ChatGPT.
- Another engineer.
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.
- Full testing of the change on the version the problem was reported on, and basic testing of all other versions affected.