The PDF file you selected should load here if your Web browser has a PDF reader plug-in installed (for example, a recent version of Adobe Acrobat Reader).

If you would like more information about how to print, save, and work with PDFs, Highwire Press provides a helpful Frequently Asked Questions about PDFs.

Alternatively, you can download the PDF file directly to your computer, from where it can be opened using a PDF reader. To download the PDF, click the Download link above.

Fullscreen Fullscreen Off


This work aims at generating all possible patterns of test cases for the given use case. Given a use case, generate all possible test cases that are mandatory for the given use case is actually the problem statement. For a particular use case, there can be hundreds and thousands of test cases. It can be even one to ten. This depends upon the programmer or developer who actually analyzes the use case while developing. Thus a programmer may miss some test cases that are mandatory and other could write unnecessary test case that has nothing to do with the use case. Thus this project aims at generating those test cases which are mandatory for the given use case and ensure that there cannot be more test cases than the generated one. The initial phase of the project involves Natural Language Processing and the later phases involve our own algorithm for generating these test case.

Keywords

Part-of-Speech Tagging and use Cases, String Matching, Test Case Generation.
User