International Journal of Engineering and Management Research (IJEMR)

  • Year: 2013
  • Volume: 3
  • Issue: 4

Web Applications Testing using White Box Method

  • Author:
  • Kanika Goswami
  • Total Page Count: 4
  • DOI:
  • Page Number: 1 to 4

M. Tech, Computer Science & Engineering

Abstract

Web application testing is a collection of related activities with the aim and objective of uncovering the errors in Web application content, function, usability, navigability, performance, capacity and security. Web testing is a promising technique to ensure the high quality of web application. The data flow information of the web application was captured using flow graphs. And the internal structure, design and implementation of the web application can be tested using white box testing in which the tester chooses inputs to exercise paths through the code and determines the appropriate outputs. In this flow graph web pages can be considered as node of a graph and links as input conditions provided at each node. With the help of basic path testing and graph matrices, the number of independent paths are generated for the flow graph and then finally test cases are derived and tested through mutation testing method.

Keywords

White box testing, complexity, web testing, graph matrices, mutation testing