Testing Internet and web applications
Posted On Wednesday, 28 May 2008 at at 09:37 by Mykhailo Poliarush
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.