Is there such a thing as Unit Test Plan in Java -


i worked on java/java ee project , have deliver unit test plan, i've worked on many integration tests plans, describes integration tests scenarios, i've never heard of unit test plan.

this unit test plan have describe unit tests i've done, , related rule in specifications.

is there such thing in java project life cycle ? if yes, can have example, or how make one.

unit tests should self explanatory.

they used programmers sure code correct , doesn't affect existing code.

any programmer should free add new tests if necessary, maintain document define plan of unit tests strange approach.

from point of view, test plan should used define acceptance tests or integration tests, not unit tests.

note unit tests useful during programming phase , during programming phase not possible know tests written. possible imagine unit test plan written @ end of work when plan not needed.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -