Please enable JavaScript.
Coggle requires JavaScript to display documents.
Functional Testing - Coggle Diagram
Functional Testing
Benefits
-
-
-
ensure that the product works as expected according toward the listed out specification and requirements needed
-
Shortcoming
focus on how well a system does what it’s supposed to do, although it doesn’t include other performance issues.
-
also include the possibility of missing logical errors in applications and the high probability of conducting redundant testing
-
Defined
a type of software testing in which the system is tested against all the functional requirement and specification
-
-
-
Details
-
focuses on checking of user interface, APIs, database, security, client or server application and functionality of the Application Under Test
Example Tool
Watir
-
an open source tool developed using Ruby which helps in automating web application no matter which language the application is written
-