0% found this document useful (0 votes)
72 views5 pages

Main Pages Final - B.tech-CSE

This document is a record book for a computer science student documenting their coursework in case tools and software testing. It contains objectives and requirements for labs in case tools, which involve using UML notation to model systems, and software testing, which involves writing test cases and studying testing tools. The record book is organized into multiple parts covering case tools like UML diagrams, and software testing concepts like test case writing and test management tools. It contains an index of lab assignments and exercises the student must complete to meet the course objectives.

Uploaded by

7killers4u
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views5 pages

Main Pages Final - B.tech-CSE

This document is a record book for a computer science student documenting their coursework in case tools and software testing. It contains objectives and requirements for labs in case tools, which involve using UML notation to model systems, and software testing, which involves writing test cases and studying testing tools. The record book is organized into multiple parts covering case tools like UML diagrams, and software testing concepts like test case writing and test management tools. It contains an index of lab assignments and exercises the student must complete to meet the course objectives.

Uploaded by

7killers4u
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

B.

Tech Computer Science and Engineering


IV Year I-Semester
CASETOOLS AND SOFTARE TESTING LAB RECORD BOOK

NAME B sushma Roll No.: 09E21A0509

Department of Computer Science and Engineering

VIDYA VIKAS
INSTITUTE OF TECHNOLOGY
(2011-13)

Part I CASE TOOLS

Part II COMPILER DESIGN

Part II SOFTWARE TESTING

CT & ST Lab Objectives & Outcomes


Following the lab the student should be able to:
OBJECTIVES OF THE LAB 1 .Documenting user requirements using the UML notation 2. Description of the various components of UML 3. The use of Use Cases AIMS OF UML 1. Models helps us to visualize a system as it is or an as we want it to be. 2. Models permit us to specify the structure or behavior of a system. 3. Models gives us a template guides us in constructing a system. 4. Models document the decisions we have made.
REQUIREMENTS Hardware and Software required: 1. A working computer system with either Windows or Linux 2. Rational Rose Software or Visual Paradigm Software

SOFTWARE TESTING
OBJECTIVES OF THE LAB
1. Testing is a process of executing a program with the intent of finding an error. 2. A good test case is one that has a high probability of finding an as yet undiscovered error. 3. A successful test is one that uncovers an as yet undiscovered error.

REQUIREMENTS Server System configuration : 128 MB of RAM , 500 MB of free disk space, Win NT
server, Win 2K server, IIS 5.0, MS Access / Oracle 7.x,8.x,9 / MS SQL Server Client System configuration : 64 MB of RAM , 10 MB of free disk space, Win 95 / 98 / NT / 2K / XP, IE 5 ,

INDEX
S.No. I Introduction 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2 2.1 Part - A : Case Tools Use Case Diagram. Class Diagram. Sequence Diagram. Collaboration Diagram. State Chart Diagram Activity Diagram. Component Diagram Deployment Diagram . Part - B : Software Testing Write a c program to demonstrate the working of the fallowing constructs: i) dowhile ii) whiledo iii) if else iv) switch v) for Loops in C language Write a C program for matrix multiplication fails Introspect the cause for Its failure and write down the possible reasons for its failure. Take any system (e.g. ATM system) and study its system specifications and report the various bugs. Write the test cases for any known application (e.g. banking application) Create a test plan document for any application ( Library Management System) Study of Any Testing Tool (Win Runner) Study of Any Bug Tracking Tool (Bugzilla) Study of Any Test Management Tool (Test Director) Study of any open source testing tool (Test Link) References 19 24 28 32 35 39 40 42 Content Page No. 1 DATE SIGN

43

2.2

57

2.3 2.4 2.5 2.6 2.7 2.8 2.9

62 63 64 66 74 81 84

You might also like