{5} Accepted, Active Tickets by Owner (Full Description) (23 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

golan.derazon (23 matches)

Ticket Summary Component Milestone Type Created
Description
#209 Problem in select/create SUT jsystem runner Future defect 01/29/09

I found a bug in the runner when you try to create a new SUT file you can press create new SUT. then it would ask for a file name. press cancel. then press the pencil icon and edit the file. it would let you edit a file with no name and wont save it


#233 when fail to go to a fixture viar unner, it stil looks like the runner managed to go to it jsystem runner Future defect 02/03/09

1. I set the runner to be in the root fixture. 2. I ask the runner to "go to" a fixture, which has a fail report in its "setUp". 3. The runner tries to navigate to that fixture but tells me it failed. 4. The runner still marks the target fixture as its current Location. 5. When refreshing the runner, the location gets the "rootFixture" back.


#235 publisher does not work properly when changing DB properties jsystem runner Future defect 02/08/09

When changing data base properties and saving the changes, the publisher does not work. The publish process starts, and when reaching 25%, it goes back to 0%.


#247 refresh button isnt disabled while refresh action is occuring. eclipse plug-in Future defect 02/26/09

if pressing refresh button, while the refresh action is on, and the Dialog is open the button seems like it is enabled. it should be grayed out.


#253 SUT is not sincronized netween runner and file system jsystem runner Future defect 03/12/09

I'm performing changes on the SUT via the SUT planner in the runner. I see that the SUT file as shown in eclipse editor under tests->sut (not classes!!!) is still in a old version.

Using (5.4.7)


#267 corrupt sut, test gets stuck jsystem runner Future defect 03/26/09

when running a test with a corrupt sut, the test doesn't receive the endTest and gets stuck, and finally fails.

this is the runner output stack trace.

to recreate run a test when sut is corrupt and it will reoccur.

Mar 26, 2009 9:19:20 AM jsystem.extensions.report.html.HtmlTestReporter? endTest WARNING: End test notification fail java.lang.NullPointerException?

at jsystem.extensions.report.html.HtmlWriter?.endTest(HtmlWriter?.java:404) at jsystem.extensions.report.html.HtmlTestReporter?.endTest(HtmlTestReporter?.java:269) at jsystem.extensions.report.html.HtmlTestReporter?.endTest(HtmlTestReporter?.java:286) at jsystem.framework.report.RunnerListenersManager?.fireEndTest(RunnerListenersManager?.java:509) at jsystem.framework.report.RunnerListenersManager?.endTest(RunnerListenersManager?.java:455) at jsystem.framework.report.RunnerListenersManager?.startTest(RunnerListenersManager?.java:533) at jsystem.runner.remote.RemoteExecutorImpl?$ReaderThread?.run(RemoteExecutorImpl?.java:344)

Mar 26, 2009 9:19:20 AM jsystem.extensions.report.xml.Reader endTest WARNING: Unable To Perform 'endTest' :current test ==null

Test: CountTextText?.testSimpleCount

(1)Steps in test: CountTextText?.testSimpleCount :

Parameters:

jsystem.uuid=233aae80-32df-4475-8be2-923ab5beacbf

jsystem.parent.name=${jsystem.parent.name}.${ant.project.name}

jsystem.parent.uuid=${jsystem.parent.uuid}.${jsystem.uuid}

Parameters end.

[jsystem] Mar 26, 2009 9:19:20 AM junit.framework.SystemTestCaseImpl? jsystemTestPreExecution [jsystem] INFO: Running test: testSimpleCount


#271 when using agents, Init reporters confirmation dialog is annoying jsystem agent Future defect 03/31/09

When the agents list is populated, the user gets a confirmation dialog on each init reports action from the main init reports button. the only way to get rid of this dialog is deleting the entire Agent list. this is rather annoying. The fact that the agents list is populated doesn't mean the runner is connected to all or should init all their logs. There should be a jsystem property\ another flag to signal the confirmation off if no Agent is actually used.


#277 Agent Log, different behaviors when pressing different log buttons jsystem agent Future defect 04/20/09

if not working in distributed mode and connecting to only one agent using the toolbar, pressing the Log button under the Reporter tab opens the log of the local URL(the client), if pressing the log button on the upper panel in JSystem it opens the remove (Agent) log URL


#143 Enhance jsystem agent documentation jsystem book Future enhancement 11/20/08

It is not clear from the documentation that if you want to open several agents on your machine, you need to create several copies of the agent.


#11 prepare stations package for open source release system objects - stations Future task 08/04/08

The goal of the task is to take what we currently have, organize it, make necessary complements for linux, document it and write examples. This is what we currently have: The stations package is a set of system objects which assist in remote management of windows/linux stations through our CLI package. One of the goals of the package is to expose a unified interface for managing windows/linux. Currently the package includes the following system objects: 1. File transfer - handles transfer of files from/to local machine 2. Pinger - ping utility 3. Network adapter API - API for manipulating remote machine network adapters 4. Process,services,users,performance,drives management (only windows)


#89 change jsystemServices example scenrios to more trivial operations jsystem examples Future task 09/14/08

i recommend to change jsystemServices example scenrios to more trivial operations project by use test's from "nelson project". for example to do a flow control scenario u can create a file and move it from folder to folder and then delete it (for all this steps we have tests in "nelson project"). and for the fun before the "delete" u can put a test that open a pop up with a massege for the delete


#252 intallation of jsystem with eclipse plugin on Debian\Ubuntu linux eclipse plug-in Future task 03/05/09

when installing the Jsystem to a directory where only root has write privileges and the eclipse is also in such directory, and using user root executes the installation, eclipse must be started once by user root for the plugin installation to take effect in the eclipse.

will get into the release notes as a known issue


#173 Documenation: Chapter 6 jsystem book Future defect 12/09/08

The result of the next '${random:("C:/Jsystem";"C:/Automation)}' Is "C:/Jsystem" or "C:/Automation and not as expected C:/Jsystem or C:/Automation (w/o the inverted commas)

The fix should be in 6.2.4.4.2 Code Example part Change from ${random:("C:/Jsystem";"C:/Automation)} to ${random:(C:/Jsystem;C:/Automation)}


#222 undo test parameter to a default value doesnt work if the default value is blank jsystem runner Future defect 02/02/09

If the test definition is: String ezra; and the user changes it via the runner, it is impossible to undo back to default value (which is a blank String)


#224 When using javaBeans array, an empty entry is added somtimes jsystem runner Future defect 02/02/09

In case the user press "add" but didn't really insert data into the new entry, the runner will still define a new entry into the array.


#227 Th error report link appers in the summry reporte ven when the jsystem.extensions.reporter.ErrorHtmlTestReporter is not active jsystem runner Future defect 02/03/09

The rink of course doesnt realy open anything


#79 Add examples for how to create CLI connections to Linux/Windows and AIX jsystem examples Future enhancement 09/10/08

It will be helpful to see sample connection code samples for connecting to the common OS remote machines using CLIConnection.

Thanks


#113 Defining the color of a message jsystem runner Future enhancement 10/15/08

Beside the 3 basic options (success, fail, warning), an option to define the color of the message is needed.


#116 Data driven testing jsystem runner Future enhancement 10/19/08

add support to data driven testing. Similar to scenario parameter, add another type of parameter which will add a column to a csv file and then will run over the line in the files.


#120 TestInformationTab divider location save jsystem runner Future enhancement 10/27/08

The TestInformationTab? is consisted of two panel (Test information and parameters) with a splitpane in the middle (which location the user can modify).

Some customers (raised by Rina, TTI) don't use the parameters table a lot and write a lot of test info. in this case they would like the divider to be lower. they can modify it but after the runner is restarted they need to modify it again.

we can save the location (Listener to the divider location change) and save in the jsystem properties file.


#122 project in export wizard should be created under projects/<projectName> jsystem runner Future enhancement 10/29/08

Export compiled output should be selected by default.


#251 user can't give null value to parameters with jsystem runner Future defect 03/03/09

When working with the runner, and giving test parameters values, user can't give the value "null"


#305 test options Parameter is set to null if no user input is defined jsystem runner Future defect 05/20/09

In last version (5.4) in case I used a "test options parameter", and didn't set non of the options, the object was set to an empty array (NOT NULL!!!).

In Latest release (5.5) in this case when no option is selected, the parameter is set to NULL.

It maybe be a more correct behavior but it definitely affects old tests!

private String[] frequencyResponseChannels; public String[] getFrequencyResponseChannelsOptions() {

return new String[]{"c1","c2","c3"};

}

public String[] getFrequencyResponseChannels() {

return frequencyResponseChannels;

}

public void setFrequencyResponseChannels(String[] stringArrayWithOptions){

this.frequencyResponseChannels = stringArrayWithOptions;

}


Note: See TracReports for help on using and creating reports.