In this article, I will explain how to work with Dashboards using the Acumatica Test SDK framework. It is important to note that it is not possible to generate wrappers for all dashboards by default — only DB000038 has a built-in wrapper class.Therefore, in order to access any other dashboard, it...
In this article, I want to explain how to work with custom Upload Dialog Box, if standard methods available in the wrapper throw an error.
Here is an example of such Upload Dialog Box:
As we can see, it appears after we click a custom button “Import 3D Model”. It is a custom Upload Dialog...
In this article, I want to explain how to work with the following tab when you automate tests with Acumatica Test SDK framework.
So, this is a completely custom tab, where you need to wait until the content is uploaded and is visible on the screen. Only after that, tests can be continued.
First,...