惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
博客园 - 司徒正美
爱范儿
爱范儿
F
Fortinet All Blogs
J
Java Code Geeks
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
V
V2EX
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator Blog

博客园 - liangyi_neil

移步 面朝大海,春暖花开 写个三层代码 配置基于WebSphere服务的Production Java基础 使用mingw在windows下搭建c/c++IDE环境 gcc for windows 开发环境介绍 关于asp上传下载的iis配置 对服务器上SQLServer数据进行备份和下载 开发思考总结 .net必懂题 装机软件必备(IT人士) EJB 软件架构初读01 33条C#、.Net经典面试题目及答案 Silverlight WebService SOAP 内聚与偶合
Process Desinger
liangyi_neil · 2008-03-28 · via 博客园 - liangyi_neil

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....  我错了