This video shows how you can use Micro Focus’ ProxyRecorder feature to convert Selenium scripts to DevWeb (Micro Focus’ new innovative and high-performance Load testing scripting language based upon JavaScript and Node.js). The same concepts could be used to convert other script types including JMeter JMX files, Gatling, or loadUI to DevWeb format. Performance will generally be much greater using a network-based protocol rather than instantiating a UI through Webdriver.
Where to download your FREE copy of DevWev for use with the LoadRunner family of products: https://marketplace.microfocus.com/ap...
Help guide for ProxyRecorder: https://admhelp.microfocus.com/truweb...
Command: {DEVWEB_PATH}\ProxyRecorder.exe {OUTPUT-HAR-PATH}
Help guide for OfflineGenerator: https://admhelp.microfocus.com/truweb...
Command: {DEVWEB_PATH}\OfflineGenerator.exe -mode=har -level=pages "{HAR-FILE-PATH}" "{OUTPUT-DIRECTORY}"
Tasks.json for VSCode: https://ideone.com/pHXxDh
Example JUnit Java Source code (for compiling to JAR): https://ideone.com/xzixNq
POM.xml (Maven; to match LoadRunnerCloud requirements): https://ideone.com/fbRWSy
See help here: https://admhelp.microfocus.com/srl/en...
DevWeb code for transaction timers:
let trans;
trans = new load.Transaction("OpenPage");
trans.start();
trans.stop();
Extractors syntax with assert:
extractors: [
new load.BoundaryExtractor("spanBoundary", "<span class=\"navigation_page\">", "</span>")
]
}).sendSync();
trans.stop((webResponse5.extractors.spanBoundary.trim()==’Authentication’)?load.TransactionStatus.Passed:load.TransactionStatus.Failed);
En esta página del sitio puede ver el video en línea Selenium to DevWeb Conversion de Duración hora minuto segunda en buena calidad , que subió el usuario Chris Young 16 octubre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 127 veces y le gustó 0 a los espectadores. Disfruta viendo!