Menu

#1 Enhancement: RF test status based on JMX asssertion verification

1.0
closed
None
2015-04-06
2015-04-05
No

Hi,

Thanks for the library :)

Rightnow no testcases were failed in RF when assertions in the JMX were failed. It would be useful if this integration will happen.

Is there any plan of such integration in near future?

I tried to verify the assertion (SOAP request from jmeter) via below

: FOR    ${ELEMENT}    IN    @{result}
\    log dictionary    ${ELEMENT}
\    ${check}    Get From Dictionary    ${ELEMENT}    samplesSuccessRateInclAssert
\    log to console    ${check}
Should Be Equal As Integers    ${check}    100

Am I correct or Is there any other solutions in your mind for these kind of scenarios?

Regards
Vallinayagam

Discussion

  • Marcin Kowalczyk

    • assigned_to: Marcin Kowalczyk
     
  • Marcin Kowalczyk

    Hi Vallinayagam,

    thanks for feedback.

    Yes, you are correct about the way how to use returned dictionaries. You gave nice example.

    The idea behind this library was to return calculated values so that test engineer can use them for deciding if test cases failed or succeeded. At the moment there is no such mechanism inside library and I am not sure if it should be added.

    Reagrds,
    Marcin

     
  • Marcin Kowalczyk

    • status: open --> closed
     

Log in to post a comment.