zoukankan      html  css  js  c++  java
  • Construct a basic automation test framework

    Elements in an automation test framework:

    actor,---simulate trader, have its own name, can get controll of the trading application. Actor's instantiation can be configured by spring beans in test project. 

    controller,---simulate trading application GUI, can do various actions, each action can return a specific interactor. Actually controller is calling application to do the most important thing.

    interactor,---simulate panel for a specific action, each method in the interator will return the object itself, which is Fluent Interface.

  • 相关阅读:
    GCD
    SQLite
    将博客搬至CSDN
    Extjs 4 总结
    spring mvc 复杂参数注入
    7/12 聊天室结束
    7/10
    7/6一些知识点
    随便写写
    spring boot 入门操作(三)
  • 原文地址:https://www.cnblogs.com/chayu3/p/3253687.html
Copyright © 2011-2022 走看看