Showing posts with label functional testing. Show all posts
Showing posts with label functional testing. Show all posts

What is Functional testing

What is Functional testing
Black-box type testing geared to functional requirements of an application; this type of testing should be done by testers. This doesn’t mean that the programmers shouldn’t check that their code works before releasing it (which of course applies to any stage of testing.)

Difference between Functional Testing and Load Testing

Difference between Functional Testing and Load Testing

  • Functional testing - to check the functionality – To check the functionality of business processes
  • Load / Performance testing - to check Stability, Performance, Functionality under load. Examples:
    • Will 1000 concurrent hits crash the server or application?
    • Is response time is as per the specifications?