Tag: java

  • Stop using timeouts with SWTBot: Custom Conditions

    Stop using timeouts with SWTBot: Custom Conditions

    I’ve seen a lot of test code that looks like this: Fixed waits like this are pretty standard, but they can cause problems later. If this is a resource-intensive proccess, your test could break in these cases: Fixed waits can also make your code harder to read, because it isn’t always easy to see what’s […]