Enhancement: RF test status based on JMX asssertion verification
Robot Framework and JMeter integration
Brought to you by:
kowalpy
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
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