WebSorcery / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
0 stars 6 forks source link

Add component for matrix #5

Open ank1traj opened 1 year ago

ank1traj commented 1 year ago

Generate matrices of various sizes and values based on their input parameters. The component takes input parameters such as the number of rows and columns of the matrix, the minimum and maximum value of the elements in the matrix, and whether the matrix is sparse or dense.

aindree-2005 commented 8 months ago

@ank1traj can I work on this?

aindree-2005 commented 8 months ago

@ank1traj unassigned myself because I am unable to run the project on VS Code and I won't be able to finish it by 28th. Sorry!

ank1traj commented 8 months ago

@aindree-2005 Okay, would you please tell me why you're not able to run the project on VS Code?

aindree-2005 commented 8 months ago

@aindree-2005 Okay, would you please tell me why you're not able to run the project on VS Code?

No idea. Followed the steps from readme. But it keeps navigating to the last project I worked on somehow

ank1traj commented 8 months ago

@aindree-2005 Problem is from your end not from the project's side. If it's navigating to your last project then how the problem is from the project?

aindree-2005 commented 8 months ago

@aindree-2005 Problem is from your end not from the project's side. If it's navigating to your last project then how the problem is from the project?

Yeah that's what I think.. Maybe a problem with VS Code. That's why I unassigned myself