一度空间

no intetion of cooling....
posts - 35, comments - 24, trackbacks - 0, articles - 0

Process Desinger

Posted on 2008-03-28 16:42 liangyi_neil 阅读(36) 评论(2)  编辑 收藏 所属分类: Test Work
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....  我错了

Feedback

#1楼    回复  引用    

2008-03-31 10:45 by magickway [未注册用户]
PD是什么?
一个软件?

#2楼 [楼主]   回复  引用  查看    

2008-03-31 23:25 by liangyi_neil      
一个大型软件中的一部分,用来做二次开发。

标题  
姓名  
主页
Email (只有博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
 
所属分类的其他文章:
· Process Desinger
· 配置基于WebSphere服务的Production