Skip to content

Usha1712/test_case_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Optimization Project

Description

This project aims to optimize the test case execution process by identifying and grouping similar test cases, reducing the total number of tests, and speeding up feature releases without sacrificing quality.

Project Structure

  • test_data.json: Contains test case and execution log data.
  • test_optimization.py: Main script for loading data, finding similar test cases, and processing execution logs.
  • requirements.txt: Lists project dependencies.
  • README.md: Project documentation.

How to Run

  1. Install Visual Studio Code (VS Code) if you haven't already.
  2. Open the project folder in VS Code.
  3. Ensure you have Python installed.
  4. (Optional) Create a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published