Ticket #253 (closed defect: fixed)
Un-named run elements throw NPE in Functional Tests
| Reported by: | fcohen | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Version: | 5.2 | Keywords: | |
| Cc: |
Description
I just tested EndToEndTest?\EndToEnd?_LoadTestScenario.xml
I worked with the current updated. I am attaching the generated graphics. Again, the problem is that even when this test is functional, the system is throwing the Functional panel. Then the generated chart are done using results analysis chart generator.
The functional panel is showing the first two steps with the name null, that's is because the test xml = <run testclass="com.pushtotest.utils" method="printHashDPL" langtype="java">
<argument name="csvdata" dpl="mydpl" value="getNextData"/>
</run> <run testclass="com.pushtotest.utils" method="cr" langtype="java"/>
They don't have run name, I am going to change this. When no step is provided, the system will Use "step N" for the name (Where N is the step number, starting in 1). Is this ok (Should I start it in 0?), please advice.
That is ok with me. Go for it.
