Tag : testing

Home » Posts tagged testing"

Unit testing should be performed by developers. The testing rules are standard for all unit-testing on any features. Unit Testing includes sunny cases (all good), rainy cases (bad input resulting error handling) and border/edge cases (like input is 0 or upper limit) The above should be tested in different environments . For web Apps, features should ..

Read more