Search

Testing Internet and web applications


Mostly internet and web applications represented by following architecture:

  • Presentation layer. The layer of an Internet application that provides the GUI (graphical user interface).
  • Business Logic layer. The layer that models your business processes such as user authentication and transactions.
  • Data Access layer. The layer that houses data used by the application or that is collected from the end user.
Therefore testing will be conducted around it.

Posted in |

0 comments: