Process Desinger

1.    User should be able to create, update and delete the object.   

2.    Test "WorkOrder" type bom will not be displayed in PD.
order  =  createWorkOrder("test")
r = order.save()
checkAndDisplayResponse(r)

3.    Test the Security Mask for this type of object.
User 中有Security Mask 选项,8.0版本已无此功能。

4.    Different users can edit the same object at the same time. Each user will get the result that expected. If the object can be checked out, check it out first.
不同的用户对其进行修改。

5.    SOAP testing.
F:\PlantOpsInstallDir\DSPlantOperations.ear\PlantOpsStaticContent-WebSphere.war\ProcessDesigner.jnlp
打开后找到
<!--
        The first parameter is the IIOP URL of the server and the second parameter is the HTTP URL
        of the server. The client application will try to connect to the server using the IIOP URL
        first and if that fails, it will try using the HTTP URL. If you want to enforce HTTP,
        specify the IIOP URL as "NULL".
        -->
        <argument>iiop://localhost:2809 http://localhost:9080</argument>
将<argument>iiop://localhost:2809 http://localhost:9080</argument>替换为 <argument>NULL http://localhost:9080</argument>
然后重启服务, 打开PD--About Process Desinger, 查看procotol

6.    Enable revisioning in EA for all types of objects and test the Version functionality.
打开EA--Local Server--System runtime--Property--Database Logging,将Object Revisioning Level选为All Object.
<重启服务>
打开PD--Versions将看到版本, 版本将根据Check in 来控制。

7.    The object can be filtered by the View functionality and Search functionality.
View functionality 可以选择部分或者全部
Search functionality 在某个模块里来选择

8.    The object can be exported and imported correct. If the object has referenced object, the referenced object will also be exported and imported.
打包和装载

9.    Test the Refresh functionality for this type of object. (F5 key and the ‘Refresh’ menu item)
刷新

10.    Test the Named UDA functionality for this type of object.
Configuration tap

11.    Test the Named UDA functionality for AlternateBomItem, ConsumptionPlan and ProductionPlan.
3个按钮

12.    User can create, update and delete AlternateBomItem, ConsumptionPlan and ProductionPlan for the BOM Item.

13.    Test the Parameter functionality.
属性上面的按钮点击后通过parameter 来add

14.    Test objects properties functionality.
属性

15.    Test Customizer functionality.
属性上面的按钮功能


I am wrong....  我错了
原文地址:https://www.cnblogs.com/liangyi/p/1127903.html