|
@@ -0,0 +1,416 @@
|
|
|
+
|
|
|
+<!DOCTYPE HTML>
|
|
|
+<html lang="" >
|
|
|
+ <head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
|
+ <title>测试规范 · GitBook</title>
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="description" content="">
|
|
|
+ <meta name="generator" content="GitBook 3.2.3">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../gitbook/style.css">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../gitbook/gitbook-plugin-emphasize/plugin.css">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../gitbook/gitbook-plugin-tbfed-pagefooter/footer.css">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../gitbook/gitbook-plugin-search/search.css">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <meta name="HandheldFriendly" content="true"/>
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
|
|
|
+ <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="next" href="devops.html" />
|
|
|
+
|
|
|
+
|
|
|
+ <link rel="prev" href="dev.html" />
|
|
|
+
|
|
|
+
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+
|
|
|
+<div class="book">
|
|
|
+ <div class="book-summary">
|
|
|
+
|
|
|
+
|
|
|
+<div id="book-search-input" role="search">
|
|
|
+ <input type="text" placeholder="Type to search" />
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+ <nav role="navigation">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<ul class="summary">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.1" data-path="../">
|
|
|
+
|
|
|
+ <a href="../">
|
|
|
+
|
|
|
+
|
|
|
+ Introduction
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.2" data-path="../info.html">
|
|
|
+
|
|
|
+ <a href="../info.html">
|
|
|
+
|
|
|
+
|
|
|
+ 协作信息
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.3" data-path="../cooperation.html">
|
|
|
+
|
|
|
+ <a href="../cooperation.html">
|
|
|
+
|
|
|
+
|
|
|
+ 协作流程
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <ul class="articles">
|
|
|
+
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.3.1" data-path="design.html">
|
|
|
+
|
|
|
+ <a href="design.html">
|
|
|
+
|
|
|
+
|
|
|
+ 设计规范
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.3.2" data-path="dev.html">
|
|
|
+
|
|
|
+ <a href="dev.html">
|
|
|
+
|
|
|
+
|
|
|
+ 开发规范
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter active" data-level="1.3.3" data-path="test.html">
|
|
|
+
|
|
|
+ <a href="test.html">
|
|
|
+
|
|
|
+
|
|
|
+ 测试规范
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.3.4" data-path="devops.html">
|
|
|
+
|
|
|
+ <a href="devops.html">
|
|
|
+
|
|
|
+
|
|
|
+ 运维规范
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4" data-path="../share/share.html">
|
|
|
+
|
|
|
+ <a href="../share/share.html">
|
|
|
+
|
|
|
+
|
|
|
+ 经验分享
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <ul class="articles">
|
|
|
+
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4.1" data-path="../share/nodejs.html">
|
|
|
+
|
|
|
+ <a href="../share/nodejs.html">
|
|
|
+
|
|
|
+
|
|
|
+ windows下nodejs和npm的安装
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4.2" data-path="../share/golang.html">
|
|
|
+
|
|
|
+ <a href="../share/golang.html">
|
|
|
+
|
|
|
+
|
|
|
+ golang相关资料
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4.3" data-path="../share/webbase.html">
|
|
|
+
|
|
|
+ <a href="../share/webbase.html">
|
|
|
+
|
|
|
+
|
|
|
+ 前端基础
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4.4" data-path="../share/web.html">
|
|
|
+
|
|
|
+ <a href="../share/web.html">
|
|
|
+
|
|
|
+
|
|
|
+ 前端相关资料
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.4.5" data-path="../share/devops.html">
|
|
|
+
|
|
|
+ <a href="../share/devops.html">
|
|
|
+
|
|
|
+
|
|
|
+ 运维资料
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li class="chapter " data-level="1.5" data-path="../devtools.html">
|
|
|
+
|
|
|
+ <a href="../devtools.html">
|
|
|
+
|
|
|
+
|
|
|
+ 开发工具
|
|
|
+
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </li>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <li class="divider"></li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="https://www.gitbook.com" target="blank" class="gitbook-link">
|
|
|
+ Published with GitBook
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+</ul>
|
|
|
+
|
|
|
+
|
|
|
+ </nav>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="book-body">
|
|
|
+
|
|
|
+ <div class="body-inner">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div class="book-header" role="navigation">
|
|
|
+
|
|
|
+
|
|
|
+ <!-- Title -->
|
|
|
+ <h1>
|
|
|
+ <i class="fa fa-circle-o-notch fa-spin"></i>
|
|
|
+ <a href=".." >测试规范</a>
|
|
|
+ </h1>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <div class="page-wrapper" tabindex="-1" role="main">
|
|
|
+ <div class="page-inner">
|
|
|
+
|
|
|
+<div id="book-search-results">
|
|
|
+ <div class="search-noresults">
|
|
|
+
|
|
|
+ <section class="normal markdown-section">
|
|
|
+
|
|
|
+ <h1 id="测试规范">测试规范</h1>
|
|
|
+<h4 id="项目测试流程">项目测试流程</h4>
|
|
|
+<footer class="page-footer"><span class="copyright">jianyu360 all right reserved,powered by Gitbook</span><span class="footer-modification">修改时间:
|
|
|
+2022-03-24 17:22:56
|
|
|
+</span></footer>
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="search-results">
|
|
|
+ <div class="has-results">
|
|
|
+
|
|
|
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
|
+ <ul class="search-results-list"></ul>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="no-results">
|
|
|
+
|
|
|
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <a href="dev.html" class="navigation navigation-prev " aria-label="Previous page: 开发规范">
|
|
|
+ <i class="fa fa-angle-left"></i>
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+ <a href="devops.html" class="navigation navigation-next " aria-label="Next page: 运维规范">
|
|
|
+ <i class="fa fa-angle-right"></i>
|
|
|
+ </a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <script>
|
|
|
+ var gitbook = gitbook || [];
|
|
|
+ gitbook.push(function() {
|
|
|
+ gitbook.page.hasChanged({"page":{"title":"测试规范","level":"1.3.3","depth":2,"next":{"title":"运维规范","level":"1.3.4","depth":2,"path":"cooperation/devops.md","ref":"./cooperation/devops.md","articles":[]},"previous":{"title":"开发规范","level":"1.3.2","depth":2,"path":"cooperation/dev.md","ref":"./cooperation/dev.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["emphasize","-highlight","tbfed-pagefooter"],"pluginsConfig":{"tbfed-pagefooter":{"copyright":"jianyu360","modify_label":"修改时间:","modify_format":"YYYY-MM-DD HH:mm:ss"},"emphasize":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","ebook":"styles/ebook.css","pdf":"styles/pdf.css","mobi":"styles/mobi.css","epub":"styles/epub.css"}},"file":{"path":"cooperation/test.md","mtime":"2022-03-24T09:22:56.671Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2022-03-24T09:24:26.839Z"},"basePath":"..","book":{"language":""}});
|
|
|
+ });
|
|
|
+ </script>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook.js"></script>
|
|
|
+ <script src="../gitbook/theme.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-search/search.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-lunr/lunr.min.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-lunr/search-lunr.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </body>
|
|
|
+</html>
|
|
|
+
|