-
Updated
Nov 21, 2020 - Java
Testing
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,108 public repositories matching this topic...
Hey Guys,
I see an IllegalStateException when running one particular test.
What steps will reproduce the problem?
The following code fails each time it is run
Testcase:
package backend.model.posting
import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 12, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Jan 9, 2020 - Java
Summary
I think it will be convenient to have in AbstractDateAssert method isBetween(start: Instant, end: Instant) because Data and Instant are the same in meaning (unix time moment). But it's more comfortable to calculate times as Instant and don't use Date.from() to convert.
Example
assertThat(validatingDate).isBetween(Instant.now().minusSeconds(2), Inst-
Updated
Sep 18, 2020 - Java
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 11, 2020 - Java
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
Drop 1.5.x support
I would like to drop Spring Boot support for 1.5.x. It is EOL https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019
I would also add some notes in the docs, that we adhere to the spring boot lifecycle in order to be transparent about dropping support for versions.
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 13, 2020 - Java
As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc
AC1:
Cover the following currently supported mechanisms with examples
- $EQ
- (int)
- (float) or (decimal)
- (boolean)
-
Updated
Oct 15, 2020 - Java
-
Updated
Apr 14, 2020 - Java
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Sep 5, 2018 - Java
- Wikipedia
- Wikipedia
Testing apps
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows
Hi!
I'm proxying Kafka broker with Toxiproxy and I found that
setConnectionCutall it does is disabling the bandwidth in either directions. This is useful if what you try to simulate a timeout on client side but not if you want to test a closed connection.Turns out that Toxiproxy supports this closing connection by
enable/disablethe whole proxy (supported also by the Toxiproxy clien