testing-framework
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Here are 462 public repositories matching this topic...
We need to build a multi-dimensional support matrix which would document what is supported , tested or broken, including:
- operating system
- installation method pip user, pip-virtualenv, docker-image,...
- python version
- ansible version
- provider (including external ones)
- verifier
Ideally we should find a way to build this dynamically but for start even a manual table would be us
I couldn't find this in the documentation or the FAQ: Is it possible to obtain the current test case's name from within that testcase's code? I mean, it should be, but how do we do it? That should be either in the FAQ or in some other relevant documentation file, IMHO.
I can obtain record list (in JSON) from server.
jsonTypes handler passes if record list is filled with designated items.
However jsonTypes handler seems to disallow empty record list: Expected '*' not found (path 'records.*')
repro/test.js:
const frisby = require('frisby'),
Joi = frisby.Joi;
it('should pass', (done) => {
frisby.fromJSON({ records: [] })
.inspectBody()-
Updated
Jun 13, 2020 - Kotlin
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Dec 3, 2018 - C#
** Question : **
I arrived here and am interested in leveraging this platform in addition to and as a compliment terratest, but I don't want to start from scratch in writing features and I can't find any reference at all in the readme to a sample library or folder of already-existing tests/features. I could copy-paste all the examples from the .md example files but that seems like more work
https://docs.nose2.io/en/latest/configuration.html#configuration-files is missing a bit of crucial information: what is the name of the .ini file? It looks like it can be both "unittest.cfg" or "nose2.cfg" if I read the code. Is this correct?
Fuzzer statistics
Each fuzzer executor (frontend) implements populate_stats method that changes fuzzer-specific output information to the uniform one. That is, it's populate self.stats dictionary.
Currently only AFL provides reasonable amount of runtime informations that are easily accessible and therefore used by the deepstate. Also we scan CRASH_DIR and count amount of crashes found. But other tools ne
-
Updated
May 7, 2020 - Python
Per #2, deque cannot be analyzed symbolically. Tentative plan is to implement a "dumb" version on top of a generic list: https://github.com/pschanely/CrossHair/blob/56ce14ee44c1103121c483f479d3d1a5a4bd3438/crosshair/simplestructs.py#L57
Currently Surface.of[X] automatically consume ClassNotFound exception and returns Surface.of[java.lang.Object] so that it will not stop user programs.
But as we hit the class loader issue like sbt/sbt#5410 and #918 this behavior makes difficult to identify what happened behind the scenes, so we should be able to report ClassNotFoundException later.
Another approac
-
Updated
Jun 12, 2020 - Python
Shell completion
-
Updated
Jun 12, 2020 - C++
Get a fancy logo
Bandit needs a logo. The automatically generated avatar on GitHub always reminds me of that.
My initial idea was to combine the hexagon of the C++ logo, a bandit mask and a BDD cycle in one logo. The [result of my first attemp
-
Updated
May 21, 2020 - Java
-
Updated
Mar 25, 2020
-
Updated
Aug 19, 2019 - Vim script
-
Updated
Jun 10, 2020 - HTML
-
Updated
May 7, 2020 - Scala
Random string
Hi
Is there a way to generate a random string and use that string during the whole test run?
with kind regards
-
Updated
May 30, 2019 - Go
-
Updated
Apr 1, 2020 - Go
-
Updated
Jun 8, 2020 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
If we got an error that some file doesn't exists in FS it would be convenient if that error shows at which parts of the path files become unexistent
Describe the solution you'd like
/path1/path2/path3/path4/file.ext
So if the file path becomes invalid starting from path3, I want this to be included as a part of the error
-
Updated
Jul 16, 2019
I do not found a solution to select a row inside a sap.ui.table.table control.
The problem is that the table control does not make the checkbox visible. So the locator cannot find the checkbox.
How can I press the checkbox of the first table entry?
I tried something like this
We are missing some report focused assertions.
The assertion itself needs implementing and then support in the GUI & PDF reports too.
- Markdown: accepts a snippet of markdown formatted text that will be rendered on the output report
- Graph: used for plotting data sets from a test execution for vizualization in the report. NB a contender is javascript flot but lets consider alternatives
- Wikipedia
- Wikipedia



This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer dependencies:
$ git clone https://github.com/apiaryio/dredd.git dredd-clean Cloning into 'dredd-clean'... remote: Enumerating objects: 54, done. remote: Counting objects: 100% (54/54), done. remote: Compressin