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

推荐订阅源

N
News and Events Feed by Topic
WordPress大学
WordPress大学
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
小众软件
小众软件
L
LangChain Blog
雷峰网
雷峰网
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tor Project blog
NISL@THU
NISL@THU
Scott Helme
Scott Helme
量子位
S
Security Affairs
T
Threat Research - Cisco Blogs
博客园_首页
云风的 BLOG
云风的 BLOG
D
Docker
AWS News Blog
AWS News Blog
腾讯CDC
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
U
Unit 42
Recent Announcements
Recent Announcements
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
T
The Exploit Database - CXSecurity.com
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 热门话题
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Last Watchdog
The Last Watchdog
C
Cybersecurity and Infrastructure Security Agency CISA
IT之家
IT之家
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
F
Full Disclosure
L
Lohrmann on Cybersecurity
The Hacker News
The Hacker News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Y
Y Combinator Blog
S
Security @ Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
C
Check Point Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
N
News and Events Feed by Topic
PCI Perspectives
PCI Perspectives
I
InfoQ

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