Tuesday, February 27, 2024

What is software testing??

 



Software testing is a process of identifying the correctness of software by considering its all attributes (Reliability, Scalability, Portability, Re-usability, Usability) and evaluating the execution of software components to find the software bugs or errors or defects.



-------Types of testing-------((

:( Manual testing

In manual testing there are some types 

White box testing

Black box testing

Gray box testing

No comments:

Post a Comment

Day three of theory of computation

 1. Non-deterministic Finite Automata (NFA)   Unlike a DFA, an NFA allows a machine to explore multiple paths simultaneously.   Definition: ...