JSystem is a Java based, open-source framework for writing and running automated tests.
Questions tagged [jsystem]
6 questions
3
votes
1 answer
Selenium Using current session to re-open the browser
I am trying to open chrome, close it and then open it again using the same session.
Is a thing like this even possible? I've looked through the internet/stackoverflow and tried using driver.Close(); but with no luck.
Anybody has some experience with…

Shahar Azar
- 89
- 3
- 9
1
vote
0 answers
WinRM Connection Issue
I can't quite explain the problem, because I myself do not understand it. I'd appreciate getting help with defining/locating/dealing with the issue.
The Setup
I have a Win10 VM having tests run on it, and a Jenkins VM (Windows Server 2008) running…

Adam Cohen
- 91
- 11
0
votes
1 answer
Jsystem test unknown failure using Spirent Test Center
I have some weird problem and don't have a clue about how to solve it.
I run automation tests using the Spirent Test Center API on win slave (64 bit 8GB RAM).
As far as I know test center support only 32bit compilation therefore some of my…

Hezi Israeli
- 389
- 1
- 2
- 14
0
votes
1 answer
How to get the time the scenario started in JSystem?
I have test that include the time of the start of senario, then i have to know when scenario started in JSystem?
Thanks.
user9769489
0
votes
1 answer
How can i get class parameters of class file
I want to read parameters of a class after compilation. I only need the names.
For example:
public class X {
public String y;
...
}
I want to compile the code to a class file. Then have another java project read the names of classes in this…

Idan Str
- 614
- 1
- 11
- 33
0
votes
1 answer
JUnit TestNotFound Exception
I created test in Eclipse with annotation test and ran cleanInstall. Then tried to run it in JSystem Runner but TestNotFound Exception Was Found.
The test was found in JSystem But failed to run with TestNotFound - Seems like code or something wasn't…

Sherein
- 947
- 1
- 11
- 23