Recording scripts automatically (using Recorder) – PB Docs 2022
Recording scripts automatically (using Recorder) Contents Creating a test plan from templates Enabling recorder Configuring recorder Configuring your system to use the JMeter Proxy Recording the scripts Viewing the recorded scripts Correlating the scripts One easy way to create a test plan is to use the JMeter HTTP(S) Test Script Recorder. With Recorder, you can…
Packaging the Web APIs as a Zipped file – PB Docs 2022
Packaging the Web APIs as a Zipped file Open the Example Sales App demo project (you can search for it in the Start Menu). In the Deploy page, Select External as the target run mode, and then select Folder as the target server. Specify to generate the package as a Zipped file. Specify how to…
Tutorial 7: Publishing PowerServer Projects to Azure App Service – PB Docs 2022
Tutorial 7: Publishing PowerServer Projects to Azure App Service Contents Prerequisites Deployment Architecture Steps Summary Cloud Database Web APIs Cloud App Troubleshooting Document get from Powerbuilder help Thank you for watching.
Retrieve As Needed and Rows to Disk – PB Docs 2022
Retrieve As Needed and Rows to Disk Unsupported feature Retrieve As Needed and Rows to Disk options are not supported (which means all data will be retrieved). Workaround For retrieving a large amount of data, you can consider adding the WHERE clause to retrieve only the data needed. Document get from Powerbuilder help Thank you…
Recording JMeter scripts – PB Docs 2022
Recording JMeter scripts Contents Recording scripts automatically (using Recorder) Recording scripts manually (using Fiddler + JMeter) Modifying the scripts Adding simultaneous users Replaying the scripts You will need to create a test plan to record the JMeter scripts. You can create a test plan either by Using the JMeter HTTP(S) Test Script Recorder to automatically…
Pushing images to Azure container registry – PB Docs 2022
Pushing images to Azure container registry To push container images to Azure container registry, you must first tag the image with the full name of the registry’s login name. If you have not written down the login server name of the Azure container registry, follow instructions in Logging into Azure container registry to get it….
Replaying – PB Docs 2022
Replaying If you replay the script on a different machine from the one you recorded the script, to make sure that the Application field value from Recording is still valid during replay, you must manually run the application before the replay. Document get from Powerbuilder help Thank you for watching.
Publishing Web APIs to Docker – PB Docs 2022
Publishing Web APIs to Docker Contents Using Dockerfile Using SnapDevelop Document get from Powerbuilder help Thank you for watching.
PowerServer toolbar changes – PB Docs 2022
PowerServer toolbar changes The “Compile & Run Web APIs” tool has been removed from the PowerServer Toolkit toolbar. When you click the Run PowerServer Project button on the toolbar, the PowerServer Web APIs will be automatically compiled and run locally if it is not started. If the PowerServer Web APIs is not started yet, the…
Guide 4: Deploying multiple apps to one site – PB Docs 2022
Guide 4: Deploying multiple apps to one site Contents Creating an IIS web site Configuring and deploying the PowerServer project Converting the Web APIs to IIS sub-app Verifying the Web APIs Configuring the Web API URL In this guide, we will deploy two demo applications (Example Sales App and Example Graph App) to the same…