WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for tests

External content provided by Daniel Krüger; April 11, 2024; WEBCON BPS Version: 2023.1.3.118 Full post: https://daniels-notes.de/posts/2024/playwright-part-two The video show cases the changes to the previous part and will give you how Playwright could be useful. Changes: Tab support Collapsed group support Provide step id instead of the title to verify it

External content by Daniel Krüger; March 31, 2024 ; WEBCON BPS Version: 2023.1.3.118 The original post has appeared on daniels-notes.de A colleague introduced me to Playwright from Microsoft. This is a tool you can use for automating UI testing.  If you have no idea, what this means, imagine the following: You have an approval workflow. Person one provides s

(...) I would like to conduct tests in the context of a specific user, using their permissions as an example. How do you do this?

(...)   Fig. 7. The system configuration   Summary WEBCON BPS is a very flexible system supporting users at all stages of the project, starting from the configuration, through tests , to maintaining the processes after their implementation. The ability of redirecting e-mails on three levels is significant support for both the configuration person and the end-user.

(...) ompt will inform you about which path was made the default path.     Example of use An example of using such a solution is an application that allows the teacher to evaluate tests (e.g. in mathematics). The tests will be filled out by the student in the physical form and then, scanned and automatically sent to the teacher – they can assess them remotely. After the test e (...)

(...) re process of generation code takes several dozen seconds and its completion will be confirmed by the “Solution is created” message.     Extension configuration and tests First, run a code editor by using a command: PS C:StartBPS> code .   The generated solution template should be connected to your own SharePoint Online environment. The ent (...)

(...) ou will lose it, it cannot be viewed again. There is also a possibility of using “Impersonation” which allows you to call API in the context of a specific user. Before starting your tests , you need to give your newly registered App the privileges to start the process – you can do this in exactly the same way as you would assign privileges to regular users or groups.   (...)

(...) orm maintenance. 7.1.Database maintenance. Basic administrative activities related to WEBCON BPS databases. They have a key impact on system performance and security:   Backup and tests of Restore procedures. Index maintenance (reorganize and rebuild). Statistics updating.   Indexes and statistics maintenance is crucial for system performance. Based on this data, th (...)

(...) enance   7.1.Database maintenance. Basic administrative activities related to WEBCON BPS databases. They have a key impact on system performance and security:   Backup and tests of Restore procedures. Index maintenance (reorganize and rebuild). Statistics updating.   Indexes and statistics maintenance is crucial for system performance. Based on this data, th (...)

(...) above; author: Dawid Golonka Introduction The model way of implementing the WEBCON BPS system is to work on three types of environments. Processes are configured on the development environment, tests of the created solution are carried out on the test environment, and end-users of the system work on the production environment. Moving processes or changes in processes between environments is possi (...)

(...) The DEV-TEST-PROD environment model is fully supported, in which the development environment (DEV) model is designed to create new processes, the test environment (TEST) is used to perform functional tests before the final implementation of the solution on the production environment (PROD) on which they work users. Creating processes in such a way that they are insensitive to the context of the envi (...)

(...) re to be used during sizing. What is more, some of the variabilities do not become apparent until implementation. To face the challenge, WEBCON developed a standardized methodology for performance tests that should be considered support when sizing the equipment required for WEBCON BPS platform. The methodology assumes load testing in the environment. The tests aim at executing two predefined tes (...)

(...) Fig. 3. Configuration of "Check if there is an attachment" action in WEBCON BPS Designer Studio according to the provided prototype documentation   After performing all necessary tests , providing credentials, and granting privileges, the implementation team releases the application for use in the enterprise.   Using the application and Edit mode While using the applic (...)

(...) the workflow id, you can generate an Excel file to define, which field should have which value in which step. Using this information, you can generate the form data, which can then be used in your tests . You can find more detailed information in my post. If you have any questions you will have the chance to ask me in person next Tuesday at 5 pm: YouTube Live  LinkedIn event You can (...)

(...) 39;s predisposition. The changes were made to adjust the color palette so that the contrast ratio is at least 4.5:1, which corresponds to level AA according to WCAG 2.2 requirements. The following tests performed with the Wave Web Accessibility Evaluation Tool showed a contrast ratio of 8.59:1, which is higher than the required minimum, for both the Light and Dark color themes. Fig. 9. Contra (...)

(...) e transfer of data associated with a BPS application to other environments. It is particularly applicable to highly isolated environments, where any changes require special privileges and a number of tests . The method of application import described in this article is more automated, takes place using ready-made tools and credentials available directly from Portal, and does not require access to many r (...)

(...) priate technical documentation (including instructions for installing and using the system, license agreements, etc.) is also added to the workflow. Step 5: Testing Description: The IT Specialist tests the accounting system. For example, they check whether all required components are installed, whether the data entered is secure, or whether the program connects to external systems and retrieves dat (...)

(...) priate technical documentation (including instructions for installing and using the system, license agreements, etc.) is also added to the workflow. Step 5: Testing Description: The IT Specialist tests the accounting system. For example, they check whether all required components are installed, whether the data entered is secure, or whether the program connects to external systems and retrieves dat (...)

(...) dance for specific reverse proxy servers, can be found in the Microsoft documentation.   Post-deployment testing After completing the configuration, it is worth performing several basic tests to confirm that the entire communication path is working correctly. First, verify that HTTP requests are redirected to HTTPS and that the user always reaches the public address with a valid certif (...)

(...) e this as a guideline but verify it on your system: 1. Make a backup of the databases 2. Have another environment with the same process ready, so that you can check the usages tab of the field 3. tests Best regards, Daniel