سؤال

is there anyway to test the performance of UDP and TCP connection using robot framework with the external library Rammbock, according to the documentation i don't see how.

Thanks in advance.

لا يوجد حل صحيح

نصائح أخرى

you can see https://github.com/robotframework/Rammbock/

Example:
   Start server
   Start UDP server    127.0.0.1   8282    protocol=GTPV2
   Start client
   Start UDP client    protocol=GTPV2
   Connect             127.0.0.1   8282
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top