testing-tools
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 1,773 public repositories matching this topic...
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Go
-
Updated
Oct 9, 2020 - Objective-C
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 15, 2020 - Java
-
Updated
Oct 9, 2020
-
Updated
Sep 8, 2020 - Shell
Hi there,
I think this can be a good issue for a first-time contributor. It would be great if we can increase documentation for the DatabaseCleaner::Configuration API: https://github.com/DatabaseCleaner/database_cleaner/blob/master/lib/database_cleaner/configuration.rb#L56-L72
Even though methods are pretty self-explanatory, I think it is a good idea to maintain a complete documentation for
And maybe dates formatted in different ways.
My usecase is that I might receive or parse "randomly" formatted dates, and they should all be parseable and saved to the db in a specific format.
Testing broadly for multiple possible formatted dates would be ideal.
This could be done to the JVM as it has it's own DateTimeFormatter, but other platforms might also use this.
This is a feature request for selecting multiple values with the dropDown API
Expected behavior
dropDown(label).select(option1,option2') ==> Should select multiple values
dropDown(label).select({index:0,1,2,3})
dropDown(label).select(/subString/) ==> Should select all the options which match the given Regex
Actual behavior
dropDown(label).select(option1,option2') ==> throws error
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using Application().start. I've tried to locate it using Desktop, but got quite confused..
Any help on this?
-
Updated
Oct 16, 2020 - Go
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Oct 14, 2020 - Shell
Feature Request
Background / Motivation
Me and @eysi09 were discussing it would be cool to have a way for specifying in the module garden.yml a path pointing to the documentation for that module and make it accessible in the dashboard or in the cli.
This could make your life easier when, for example, you are breakin
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Go
What RedrawInterval is being constant is a problem. Support the --redraw-interval option to make it configurable.
-
Updated
Nov 25, 2019 - JavaScript
- Wikipedia
- Wikipedia


Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to