Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThat solved my initial problem. However, it seems like when I start up a test, it changes something about Eclipse such that I can't refer to it by the same BaseState in subsequent tests. The tests are completely independent of each other. The only thing that stays active is the SilkTest Open Agent. Essentially, the first time I run a test using the base state you've described, it works fine. Subsequent attempts, however, fail to find Eclipse, even though, as far as I'm concerned, nothing's changed. Any ideas?
      singulars
    2. COI'd guess that closing the eclipse window from the first test takes longer than Silk Test realizes - the base state of the second test might then find the old instance which is about to disappear. To verify that theory you could use `closeSynchron()` and maybe also add a sleep with a sufficiently large time span after the close (so it's guaranteed that the old window is gone).
      singulars
    3. COIt doesn't actually close the window. It's a thread that runs a test using SilkTest objects and some other stuff. It runs within Eclipse. I want to access Eclipse because there is a JBoss server running. Depending on what the test does to my application, the server needs to be reset sometimes. I'm trying to accomplish this programmatically through Silk. It's as if the executable changes after I run the first test. Right now, the only way to reset the reference to the Eclipse window is to restart Eclipse and Open Agent. Extra steps I'd like to avoid.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload