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

推荐订阅源

F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Vercel News
Vercel News
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
The Hacker News
The Hacker News
L
LINUX DO - 热门话题
T
Tenable Blog
Hugging Face - Blog
Hugging Face - Blog
Google Online Security Blog
Google Online Security Blog
博客园 - Franky
P
Proofpoint News Feed
H
Hacker News: Front Page
P
Privacy & Cybersecurity Law Blog
月光博客
月光博客
P
Proofpoint News Feed
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
博客园_首页
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Attack and Defense Labs
Attack and Defense Labs
N
News and Events Feed by Topic
博客园 - 叶小钗
T
Threat Research - Cisco Blogs
aimingoo的专栏
aimingoo的专栏
D
Darknet – Hacking Tools, Hacker News & Cyber Security
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Hacker News - Newest:
Hacker News - Newest: "LLM"
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
O
OpenAI News
G
Google Developers Blog
Martin Fowler
Martin Fowler
罗磊的独立博客
S
SegmentFault 最新的问题
T
Tor Project 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....  我错了