zoukankan      html  css  js  c++  java
  • 需求工程:TFS MSF模版中UI Flow model的应用 无为而为

     需求工程在MSF中包含客户需求和产品需求,UI Flow model是作为产品需求的一部分引入的。

    l         概述:

    Analyze user scenarios to identify workflow patterns.

    Develop a user interface flow model to facilitate the user experience.

     Take into consideration any special user needs or requirements for use.

    分析用户场景识别工作流模式。开发用户接口流模型去帮助用户体验软件的功能。

    需要考虑任何特殊的用户需要和使用需求。

     

    l         When什么时候:

    Every iteration, after scenarios and quality of service requirements are defined.

    每次迭代,场景和QoS需求定义好之后。

     

    l         Who谁来编写:

    User Experience Architect

     

    l         How如何编写,步骤是这样的:

     

    1.          Analyze User Scenarios分析用户场景

     Analyze user scenarios to identify workflow patterns. Identify any specific user requirements;

     such as functionality that should be accessible in one step.

     分析用户场景识别流程模型,识别任意明确的用户需求。比如某一步应该达到的功能性。

     

    2.         Draft Model模型草稿

     Create a draft of the model from initial input.

     根据原始的输入创建一个模型草稿

     

    3.         Illicit User Feedback( Optional )(可选)

    Review the draft user input workflow model with users.

    This can be done in regular reviews with partners, focus group experiences with users, etc.

    Update the model based on feedback. While this step is not required, it is highly recommended.

    The intention is to focus the product on the user's needs.

     

    4.         Complete Model完成模型

     Review and approve the completed model.

     

     

    l         Screen Flow的区别:

    从分类来讲,Screen Flow属于Customer Requirements客户需求的一部分,UI Flow属于Product Requirements 产品需求的一部分;

    从表现形式讲,Screen Flow表现的是一个或者多个关联的场景涉及的一个ScreenUI Flow倾向于用户输入和交互。

    从粒度讲,Screen Flow粒度比UI Flow要大很多.

     

    l         作用

    1.         进一步确认界面流程需求。

    2.         图形化的方式表现界面流程需求。

    3.         指导设计和开发。

     

    l         举例

    l         要点

    n         图形中,每个方框代表UI信息。

    n         箭头代表UI流程走向

    n         菱形代表判断

     

  • 相关阅读:
    vue单文件组件形成父子(子父)组件之间通信(vue父组件传递数据给子组件,子组件传递数据给父组件)
    appium 问题四的解决办法(模拟器打开的页面弹出框与脚本打开页面的弹出框不一致)
    appium 自动化问题三--键盘关键字的使用
    RF+appium自动化问题二解决思路
    appium自动化滑动鼠标滚动条的用法
    appium自动化中元素定位碰到的问题一
    appium自动化时,输入中文不显示的问题解决
    appium自动化模拟器使用
    pycharm 无法识别selenium,appium等工具时的解决办法
    Mysql基础学习(二)之DQL的使用
  • 原文地址:https://www.cnblogs.com/cleo/p/UIFlow.html
Copyright © 2011-2022 走看看