The technique of test case design based on the UML sequence diagram for the development of web applications

  • Authors:
  • Yongsun Cho;Woojin Lee;Kiwon Chong

  • Affiliations:
  • Department of Computing, Soongsil University, Seoul, Korea;Department of Computing, Soongsil University, Seoul, Korea;Department of Computing, Soongsil University, Seoul, Korea

  • Venue:
  • ICCSA'05 Proceedings of the 2005 international conference on Computational Science and its Applications - Volume Part I
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

The systematic testing is frequently regretted in recent web applications because of time and cost pressure. Moreover developers have difficulties with applying the traditional testing techniques. A technique for generating test cases from the UML sequence diagrams of a web application is proposed for the rapid and effective testing. A test of the web applications is composed of a single web page test, a mutual web page test and an integrated web page test. The test cases for a single web page test are generated from self-call messages and the test cases for a mutual web page test are generated from the messages between web pages. The test cases for an integrated web page test are generated from the messages which are sent to the system by an actor and received back from the system.