Virtual Performance Engineer
This video previews Micro Focus’ Load Runner Developer – A toolkit for your IDE allowing developers to build and test performance engineering scripts directly on their workstation. Scripts use ubiquitous JavaScript coding language called DevWeb and support up to 50 virtual users without a server. You can even use it to convert existing Functional Test assets to DevWeb (JS) for ease of administration and enhancement. This could include scripts originally developed in Selenium, MicroFocus UFT, JMeter (JMX), Gatling, or loadUi. Where to download your FREE copy of DevWev for use with the LoadRunner family of products: https://marketplace.microfocus.com/appdelivery/content/LoadRunner-Developer GitHub projects: https://github.com/youngcs97 Longer video with more topic coverage, including uploading to Cloud environments: https://youtu.be/6gofxEyrDP0 Deep dive into converting Selenium scripts, including creation in the Selenium IDE from scratch: https://youtu.be/k88c2URofQk Use the API’s to implement a chatbot Performance Engineer: https://youtu.be/8856XJZEcEI Help guide for ProxyRecorder: https://admhelp.microfocus.com/truweb/en/latest/help/Content/DevWeb/DW-proxy_recorder.htm Command: {DEVWEB_PATH}\ProxyRecorder.exe {OUTPUT-HAR-PATH} Help guide for OfflineGenerator: https://admhelp.microfocus.com/truweb/en/latest/help/Content/DevWeb/DW-offline-generator.htm?Highlight=offlinegenerator Command: {DEVWEB_PATH}\OfflineGenerator.exe -mode=har -level=pages "{HAR-FILE-PATH}" "{OUTPUT-DIRECTORY}" Tasks.json for VSCode: https://ideone.com/pHXxDh DevWeb code for transaction timers: let trans; trans = new load.Transaction("OpenPage"); trans.start(); trans.stop();
This video previews Micro Focus’ Load Runner Developer – A toolkit for your IDE allowing developers to build and test performance engineering scripts directly on their workstation. Scripts use ubiquitous JavaScript coding language called DevWeb and support up to 50 virtual users without a server. You can even use it to convert existing Functional Test assets to DevWeb (JS) for ease of administration and enhancement. This could include scripts originally developed in Selenium, MicroFocus UFT, JMeter (JMX), Gatling, or loadUi. Where to download your FREE copy of DevWev for use with the LoadRunner family of products: https://marketplace.microfocus.com/appdelivery/content/LoadRunner-Developer GitHub projects: https://github.com/youngcs97 Longer video with more topic coverage, including uploading to Cloud environments: https://youtu.be/6gofxEyrDP0 Deep dive into converting Selenium scripts, including creation in the Selenium IDE from scratch: https://youtu.be/k88c2URofQk Use the API’s to implement a chatbot Performance Engineer: https://youtu.be/8856XJZEcEI Help guide for ProxyRecorder: https://admhelp.microfocus.com/truweb/en/latest/help/Content/DevWeb/DW-proxy_recorder.htm Command: {DEVWEB_PATH}\ProxyRecorder.exe {OUTPUT-HAR-PATH} Help guide for OfflineGenerator: https://admhelp.microfocus.com/truweb/en/latest/help/Content/DevWeb/DW-offline-generator.htm?Highlight=offlinegenerator Command: {DEVWEB_PATH}\OfflineGenerator.exe -mode=har -level=pages "{HAR-FILE-PATH}" "{OUTPUT-DIRECTORY}" Tasks.json for VSCode: https://ideone.com/pHXxDh DevWeb code for transaction timers: let trans; trans = new load.Transaction("OpenPage"); trans.start(); trans.stop();