Giter Club home page Giter Club logo

stress-testing's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m Kushagra Shukla
  • ๐Ÿš€ Software Engineer
  • ๐Ÿ‘€ Iโ€™m interested in coding and learning for a better tech oriented world

stress-testing's People

Contributors

kuspia avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

raxvab

stress-testing's Issues

Adding generic test cases format for the file test_case_generator

This is a kind of feature request where we can add generic test cases format for the file test_case_generator.cpp file.
Example:

1.
T
n
A1 A2 ... An
2.
n
A1 A2 ... An
B1 B2 ... Bn
3.
n m
A1 A2 ... An
B1 B2 ... Bm
4.
T
n
A1 A2 ... An [where every a_i is distinct]
5.
T
n m 
M [where M is a matrix of size n*m]

I have just put a few formats one can think many and provide neat documentation here on this repo and display documentation link when a user executes the test_generator file, if the type is found he can simply choose a type number, or else he has to write the .cpp file on his own.

I want to make it CLI-based shows the test case type available already so that the user can just choose and generate it without writing code for a common test cases format, moreover from CLI user can provide total test cases, constraints, etc.

Lag while loading a big text file

While text_file of greater size gets populated on the website text boxes via selenium commands, I notice it is taking a considerable time amount,

Any suggestions or optimizations are appreciated.

Finding the test case where mismatch occured

Feature request:

Some piece of code that can fetch the mismatch from the website and then make a decision over the test case that got failed to produce exact o/p.

Note:: If all tcs are not producing an equal amount of lines as their o/p it will be difficult to analyze which o/p belongs to which tc hence as of now one can write a code snippet just for the uniform case.

so it should be like this

python chk.py -nu nu flags define nonuniform tcs so in that case user has to check it from the website itself
else
python chk.py for this command it should itself analyze the website and close the browser immediately and then build a text file in a testing directory with the name diff.txt showing the tcs that has differences, and then the text file should automatically open up for the user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.