zoukankan      html  css  js  c++  java
  • Visibility

    Visibility

    You can improve your visibility on two areas: the areas that you own, the areas that does not you own.

    For the areas that you own, you need dig deeply on this to get the point that you need to work on. More important, you need improve your work method to get better result.

    Examples:

    1. Code Coverage. You are the owner of team code coverage, you know the information with more details. How do you drive the code coverage. You need clarify several questions:

    a. Who will take the action? Feature test owner;

    b. Who will drive the action? You, right;

    c. Who will check the status and send report;

    d. Who will summarize the result after it is done;

    e. How about the planning of thing, what are the checkpoint? What`s the goal? When you need send the report? Typically, once for before the checkpoint, and once for the checkpoint;

    So, drive one thing is not so easy, besides persuading others to take actions, you also need do Planning, manage the process, report status to stakeholders.

    2. Dependency on WB code. Playback has a dependency on Anil`s code. If Anil`s code has any code change, Playback may has break. So Do you think this is a problem? Do you think some solution to resolve it ? If you cannot figure out some good method, Do you have talk with test lead, dev lead, or test manager? Today, I talk with dev lead, and he give me a good solution : give the cases to WB test owner, and run them for each check-in. That`s pretty easy. Right? So first, you should identify that this is an issue which need be resolved, even you have no any clue about this. Then you can think about it and try to get the solution. If you still cannot get any idea, you still have another solution, find help from others. Right?

    3. Automation, input data, action(interaction) and verification are independent, So you can write some code ,and when new recording is coming, you even dot write any new code then you can verify this recording.

    4. When write test case, you should make clear the dimensionality combination, and all test cases should follow this guideline;

    Today, I talked with test manager. Topic is How to improve visibility.

    You can impress others in everything, even very small things. You need consider how you can impress others in different condition. Rufus give me a good example: When Beta test pass finished, there is one P0 Active bug and one P0 Resolved Bug in Playback feature. How can you improve your visibility

    1. For active bug, You can update more repro conditions, impact on our product(new scenarios that will be impacted), Who is working on the fix, whether more new cases are needed, private check-in process, private test plan.

    2. For resolved bug, You can estimate how many codes has been impacted, whether related test cases have been run, Why you will close this bug(what test cases have been run, new test cases have been added, what branch, which build has been verified).etc…..

    So event many things have been done by other people, You still have lots of opportunities to improve your visibility.

  • 相关阅读:
    以太坊客户端Ethereum Wallet与Geth区别简介
    苹果企业版签名分发相关问题,蒲公英签名,fir.im分发,安装ipa设置信任
    usdt钱包开发,比特币协议 Omni 层协议 USDT
    产品经理-需求分析-用户故事-敏捷开发 详解 一张图帮你了解Scrum敏捷流程
    产品经理杂谈,产品管理=技术+设计+业务
    使用NodeJsScan扫描nodejs代码检查安全性
    人人都是操盘手(李笑来内部录音,揭秘币圈黑幕完整文字版)运营驱动时代,欧神比李笑来究竟差在哪里?
    Node.js中环境变量process.env详解
    selenium-java web自动化测试工具抓取百度搜索结果实例
    前一天或后一天
  • 原文地址:https://www.cnblogs.com/whyandinside/p/2615139.html
Copyright © 2011-2022 走看看