TBTAMILSELVAN Bintsbb.hashnode.dev·Dec 25, 2023 · 5 min readSmoke and Sanity Testing--> Smoke testing deals with the developed program in the software works appropriately as expected and all functions are working good and smooth. --> Also, in hardware it tests whether smoke is produced when connected to the power supply. Thus it get...00
TBTAMILSELVAN Bintsbb.hashnode.dev·Dec 24, 2023 · 6 min readSoftware Development Life CycleIt is the sequence of operations used while developing the new software for designing and building them as per the customer requirements. It reduces the risk while developing through prior planning and meet the required outcomes. Models of SDLC Th...00
TBTAMILSELVAN Bintsbb.hashnode.dev·Dec 17, 2023 · 5 min readDecision Table TestingThis method is used to test the software for various combinations of input or events based on which behaviour of the system changes. It is also known as cause-effect table. Example: Form to schedule appointments with a doctor Required Details : First...00
TBTAMILSELVAN Bintsbb.hashnode.dev·Dec 13, 2023 · 4 min readSoftware TestingThe process of evaluating an application or system to ensure that meets its specific requirements & functions correctly. Also checks for errors and bugs to be fixed before deployment. DIFFERENT TYPES OF TESTING: Black box testing It is the process...00