Skip to content

Tool built as a semester project in Software Quality Engineering course, the tool generates test cases against the java script code and performs coverage testing and other testing, finally generating a results in a report.

Notifications You must be signed in to change notification settings

SyedaFatima002/CodeCoverageAnalyzerTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Coverage Analyzer and Test Generator Tool

A full-stack code coverage and analyzer tool that can automatically generate and execute test cases for any typescript file and present the results in a well formatted report. You can also download the report in .pdf format.

Installation and Execution

Requirements

  • Node.js
  • Web Browser

Setup Instructions

Follow the instructions to setup and execute the project on your system:

  1. Clone the repository OR download the ZIP folder (main branch).
  2. Open the project folder in your terminal.
  3. Now execute the following commands in your terminal:
cd backend
npm i
cd ..
cd frontend
npm i

Now the project is ready to execute.

Execution Instructions

Follow the instructions to run the project and use it on your system:

  1. Open the project folder in your terminal
  2. Now execute the following commands in the terminal:
cd backend
npm start
cd ..
cd frontend
npm start

About

Tool built as a semester project in Software Quality Engineering course, the tool generates test cases against the java script code and performs coverage testing and other testing, finally generating a results in a report.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published