it:ad:continuous_deployment:diagrams:common_testing


!includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt

class "Testing" as T

class "Automated Testing" as AT #lightgreen|white

class "Automated Static Testing" as ST #lightgreen|white

class "Code Unit Testing" as ST_UT #lightgreen|white


class "Manual Testing" as MT #pink|white
class "Smoke Testing" as MT_SMKT #pink|white
class "Security Testing" as MT_ST #pink|white
class "Performance Testing" as MT_PT #pink|white
class "Functional Testing" as MT_FT #pink|white

T *-DOWN- AT
T *-DOWN- MT

AT *-DOWN- ST
ST *-DOWN- ST_UT

MT *-DOWN- MT_SMKT
MT *-DOWN- MT_ST
MT *-DOWN- MT_PT
MT *-DOWN- MT_FT


note bottom of ST_UT #F0F0F0
Commonly incomplete,
mix of
non-integrated
and
DEV/ST integrated
Unit Tests.

Unique per
project.
endnote






note bottom of MT_ST #F0F0F0
Costly
manual
penetration
testing.

Unique per
project.
endnote


note bottom of MT_PT #F0F0F0
Costly
External
consultant
manual testing.

Unique per
project.
endnote

note bottom of MT_FT #F0F0F0
Lengthy
and costly
Manual Testing
'scripts'
kill Agile
velocity.

Unique
per System.
endnote



  • /home/skysigal/public_html/data/pages/it/ad/continuous_deployment/diagrams/common_testing.txt
  • Last modified: 2023/11/04 22:55
  • by 127.0.0.1