-
This example is not workign for me.
I always get a Failure:
[jsystem] 13:31:49: Failure in Test com.qatool.matrix.equal.Equal.runRemoteScript
public void createScenarios(String scenarioName) throws Exception {
File f = new File(new File("I:/Automation/Equal/classes"),scenarioName+".xml");
f.delete();
//Note:
2009-07-28 18:19:04 UTC in JSystem
-
Also currently Jsystem is tied to the GUI. If someone wants to use all the features except they have thir own GUI, there are some issues. Is it possible to expose all features so that we can run jsystem independent of the Jsystem GUI? I know its a big change but are you moving in that direction?.
2009-07-07 16:55:37 UTC in JSystem
-
This is useful. When we add parameters to RunnerTest, can we add dynamically number of parameters instead of Ex: t1.setParameters(new Parameter[]{p,p1});.
2009-07-07 16:49:31 UTC in JSystem
-
Hi;
Can we run a scenario remotely specifying which machine to run from command line?
Thanks.
2009-07-06 16:29:46 UTC in JSystem
-
Golan;
That will be great if you can send me the samples to call the API's. Thanks for the prompt respose. You guys are great!
2009-07-01 19:23:57 UTC in JSystem
-
Golan;
I am talking about creating scenarios. The xml and property files containing scenario definition. Can we create them command line?.
2009-07-01 18:59:13 UTC in JSystem
-
Hi;
Can we create scenarios command line? This way we dont have to use the jsystem GUI and instead do it from command line.
Thanks.
2009-06-29 21:30:04 UTC in JSystem
-
The issue is resolved. We had Exception class in the catch intead of Throwable...
NO issues..
Thanks.
2009-04-16 21:06:08 UTC in JSystem
-
Loop execution is stopped. I have a try catch but I dont see anything in the catch..
After "16:14:16: Fail: row count (table=TblAllocHierarchy) expected:<1049> but was:<1030> Fail" line below, the execution stopped...
------------------------------------------------------------
Start: com.qatool.matrix.equal.Equal.compareDataset Pass
Test: Equal.compareDataset Pass...
2009-04-16 20:47:29 UTC in JSystem
-
I am calling a system object in a loop and how do I continue after a fail.
The fail happens when Assertion.assertEquals() is called (this is from DBunit API) in a system object.
2009-04-16 20:33:42 UTC in JSystem