Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Softwaretesting Software-Testing-–-4 E6809A40-926D-4BAC-A2C8-18EA97BBA197-1024x485 w=1366,fit=crop,quality=85,format=auto 1690137509041

Software Testing and Validation Lab

This repository contains all practical programs of the Software Testing and Validation Lab (STV Lab) with outputs and step-by-step execution. The lab focuses on testing techniques, test case design, coverage analysis, mutation testing, and performance testing using industry tools such as JaButi, JMeter, Jumble, and EclEmma.

Introduction to RTU Software Testing and Validation Lab

The Software Testing and Validation Lab as per the curriculum of Rajasthan Technical University (RTU), is a practical-oriented course designed to provide hands-on experience in software testing methodologies, validation techniques, and quality assurance practices. This lab enhances students' understanding of testing tools and real-world software evaluation.

Objective

The primary objective of this lab is to develop practical skills in software testing and validation.

  1. Understand fundamentals of software testing.
  2. Design and execute test cases.
  3. Perform coverage analysis using tools.
  4. Learn mutation testing techniques.
  5. Analyze performance of real-world applications.
  6. Apply testing techniques to Java programs.

Scope

The lab covers a wide range of software testing topics including:

  • Unit testing and test case design
  • Code coverage analysis
  • Mutation testing
  • Performance testing
  • Validation of input/output systems
  • Testing using automated tools

Lab Components:

  1. Basic Java Program Testing
  2. Test Case Design & Coverage Analysis
  3. Mutation Testing
  4. Performance Testing using JMeter
  5. Tool-based Testing (JaButi, Jumble, EclEmma)
  6. Real-world Website Testing

Tools and Technologies:

  1. Programming Language: Java
  2. Testing Tools: JaButi, JMeter, Jumble, EclEmma
  3. Performance Testing Tool: Apache JMeter
  4. Platform: Windows / Linux
  5. Development Environment: Eclipse / IntelliJ IDEA

Assignments and Projects:

  1. Java Programs with Test Case Design
  2. Coverage Analysis using JaButi & EclEmma
  3. Mutation Testing using Jumble
  4. Performance Testing using JMeter
  5. Mini Project on Software Testing

Evaluation:

  1. Assignments: 5%
  2. Lab Programs & Implementation: 50%
  3. Midterm Exam: 10%
  4. Final Exam: 35%

Learning Outcomes:

After completing this lab, students will be able to:

  • Design effective test cases for software systems
  • Perform code coverage analysis
  • Apply mutation testing techniques
  • Analyze software performance
  • Use industry testing tools efficiently
  • Ensure software quality and reliability

Typical Experiments:

  • Writing Java programs and testing them using JaButi
  • Designing test cases and analyzing coverage
  • Performing mutation testing using Jumble
  • Analyzing performance of websites using JMeter
  • Using EclEmma for coverage analysis
  • Testing real-world applications

Importance:

The Software Testing and Validation Lab plays a crucial role in ensuring software quality. It bridges the gap between development and testing, preparing students for roles like QA Engineer, Test Engineer, and Software Developer by providing hands-on experience with modern testing tools and methodologies.

RTU Software Testing and Validation Lab Experiments:

1. a) Write a program that calculates the area and perimeter of a circle and find the test cases & coverage using JaButi.

b) Write a program to read first name and last name from console and match expected results using JaButi.

c) Write a program to solve quadratic equation using coefficients a, b, and c.

d) Write a program to read website URL from file (format: www.example.com) and extract site name. Perform testing using JaButi.

e) Write a calculator program and find test cases, coverage, and Def-use graph.

f) Write a program to compare two passwords and output length of smaller word. Test using JaButi.

2. Analyze the performance of the following websites using Apache JMeter:

  • Amazon (Shopping)
  • Flipkart (Shopping)
  • IRCTC (Ticket Booking)
  • eRail (Train Searching)

3. Calculate the mutation score of programs given in Experiment 1 (a–f) using Jumble Tool.

4. Perform coverage analysis of programs given in Experiment 1 (a–f) using EclEmma tool.

About

All practical programs of 8th Sem STV Lab with outputs and step-by-step execution. The lab focuses on testing techniques, test case design, coverage analysis, mutation testing, and performance testing using industry tools such as JaButi, JMeter, Jumble, and EclEmma.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors