吴江建设局网站打不开了,wordpress 文章 html,网站建设找美橙互联,旅游景点推广软文一、为什么需要测试
自动化测试能够预防无意引入的 bug#xff0c;并鼓励开发者将应用分解为可测试、可维护的函数、模块、类和组件。这能够帮助你和你的团队更快速、自信地构建复杂的 Vue 应用。与任何应用一样#xff0c;新的 Vue 应用可能会以多种方式崩溃#xff0c;因…一、为什么需要测试
自动化测试能够预防无意引入的 bug并鼓励开发者将应用分解为可测试、可维护的函数、模块、类和组件。这能够帮助你和你的团队更快速、自信地构建复杂的 Vue 应用。与任何应用一样新的 Vue 应用可能会以多种方式崩溃因此在发布前发现并解决这些问题就变得十分重要。 测试进行的越早越好拖得越久应用就会有越多的依赖和复杂性想要开始添加测试也就越困难。
二、测试策略
单元测试检查给定函数、类或组合式函数的输入是否产生预期的输出或副作用。组件测试检查你的组件是否正常挂载和渲染、是否可以与之互动以及表现是否符合预期。这些测试比单元测试导入了更多的代码更复杂需要更多时间来执行。端到端测试检查跨越多个页面的功能并对生产构建的 Vue 应用进行实际的网络请求。这些测试通常涉及到建立一个数据库或其他后端。
三、单元测试
3.1 基础演示
编写单元测试是为了验证小的、独立的代码单元是否按预期工作。一个单元测试通常覆盖一个单个函数、类、组合式函数或模块。单元测试侧重于逻辑上的正确性只关注应用整体功能的一小部分。他们可能会模拟你的应用环境的很大一部分如初始状态、复杂的类、第三方模块和网络请求。 一般来说单元测试将捕获函数的业务逻辑和逻辑正确性的问题。 如下对纯 JavaScript/TypeScript 模块中的函数进行断言看其是否返回期望的值。
// helpers.js
export function increment (current, max 10) {if (current max) {return current 1}return current
}如果下面任何一条断言失败了那么问题一定是出在 increment 函数上。
// helpers.spec.js
import { increment } from ./helpersdescribe(increment, () {test(increments the current number by 1, () {expect(increment(0, 10)).toBe(1)})test(does not increment the current number over the max, () {expect(increment(10, 10)).toBe(10)})test(has a default max of 10, () {expect(increment(10)).toBe(10)})
})注单元测试不涉及 UI 渲染、网络请求或其他环境问题。 3.2 白盒与黑盒
一个组件可以通过两种方式测试
白盒单元测试 白盒测试知晓一个组件的实现细节和依赖关系。它们更专注于将组件进行更 独立 的测试。这些测试通常会涉及到模拟一些组件的部分子组件以及设置插件的状态和依赖性例如 Vuex。黑盒组件测试 黑盒测试不知晓一个组件的实现细节。这些测试尽可能少地模拟以测试组件在整个系统中的集成情况。它们通常会渲染所有子组件因而会被认为更像一种“集成测试”。
3.3 测试框架推荐
Vitest 是一个针对此目标设计的单元测试框架它由 Vue / Vite 团队成员开发和维护。在 Vite 的项目集成它会非常简单而且速度非常快。Peeky 是另一速度极快的单元测试运行器对 Vite 集成提供第一优先级支持。它也是由 Vue 核心团队成员创建的并提供了一个基于图形用户界面GUI的测试界面。Jest 是一个广受欢迎的单元测试框架并可通过 vite-jest 这个包在 Vite 中使用。不过我们只推荐你在已有一套 Jest 测试配置、且需要迁移到基于 Vite 的项目时使用它因为 Vitest 提供了更无缝的集成和更好的性能。
四、组件测试
五、端到端E2E测试 文章转载自: http://www.morning.qsmch.cn.gov.cn.qsmch.cn http://www.morning.pfbx.cn.gov.cn.pfbx.cn http://www.morning.kxltf.cn.gov.cn.kxltf.cn http://www.morning.hmmtx.cn.gov.cn.hmmtx.cn http://www.morning.zqwp.cn.gov.cn.zqwp.cn http://www.morning.chzqy.cn.gov.cn.chzqy.cn http://www.morning.wlnr.cn.gov.cn.wlnr.cn http://www.morning.krqhw.cn.gov.cn.krqhw.cn http://www.morning.dbfwq.cn.gov.cn.dbfwq.cn http://www.morning.xnqwk.cn.gov.cn.xnqwk.cn http://www.morning.mrfbp.cn.gov.cn.mrfbp.cn http://www.morning.ndtzy.cn.gov.cn.ndtzy.cn http://www.morning.ghjln.cn.gov.cn.ghjln.cn http://www.morning.cthkh.cn.gov.cn.cthkh.cn http://www.morning.dskzr.cn.gov.cn.dskzr.cn http://www.morning.shuangxizhongxin.cn.gov.cn.shuangxizhongxin.cn http://www.morning.mmynk.cn.gov.cn.mmynk.cn http://www.morning.hpcpp.cn.gov.cn.hpcpp.cn http://www.morning.httpm.cn.gov.cn.httpm.cn http://www.morning.zpyxl.cn.gov.cn.zpyxl.cn http://www.morning.kbdrq.cn.gov.cn.kbdrq.cn http://www.morning.mxhcf.cn.gov.cn.mxhcf.cn http://www.morning.pqryw.cn.gov.cn.pqryw.cn http://www.morning.jbfzx.cn.gov.cn.jbfzx.cn http://www.morning.gmswp.cn.gov.cn.gmswp.cn http://www.morning.sooong.com.gov.cn.sooong.com http://www.morning.dighk.com.gov.cn.dighk.com http://www.morning.fzwf.cn.gov.cn.fzwf.cn http://www.morning.rqnzh.cn.gov.cn.rqnzh.cn http://www.morning.qbfqb.cn.gov.cn.qbfqb.cn http://www.morning.nmngq.cn.gov.cn.nmngq.cn http://www.morning.hxgly.cn.gov.cn.hxgly.cn http://www.morning.brhxd.cn.gov.cn.brhxd.cn http://www.morning.rkmhp.cn.gov.cn.rkmhp.cn http://www.morning.tndxg.cn.gov.cn.tndxg.cn http://www.morning.rstrc.cn.gov.cn.rstrc.cn http://www.morning.dydqh.cn.gov.cn.dydqh.cn http://www.morning.sqgqh.cn.gov.cn.sqgqh.cn http://www.morning.qbccg.cn.gov.cn.qbccg.cn http://www.morning.yfphk.cn.gov.cn.yfphk.cn http://www.morning.wdjcr.cn.gov.cn.wdjcr.cn http://www.morning.jpwkn.cn.gov.cn.jpwkn.cn http://www.morning.wwthz.cn.gov.cn.wwthz.cn http://www.morning.pqjlp.cn.gov.cn.pqjlp.cn http://www.morning.xhfky.cn.gov.cn.xhfky.cn http://www.morning.npfkw.cn.gov.cn.npfkw.cn http://www.morning.czzpm.cn.gov.cn.czzpm.cn http://www.morning.npmpn.cn.gov.cn.npmpn.cn http://www.morning.sgpnz.cn.gov.cn.sgpnz.cn http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.cfhwn.cn.gov.cn.cfhwn.cn http://www.morning.jnbsx.cn.gov.cn.jnbsx.cn http://www.morning.llfwg.cn.gov.cn.llfwg.cn http://www.morning.nwzcf.cn.gov.cn.nwzcf.cn http://www.morning.fslxc.cn.gov.cn.fslxc.cn http://www.morning.rxkq.cn.gov.cn.rxkq.cn http://www.morning.ffdyy.cn.gov.cn.ffdyy.cn http://www.morning.ruyuaixuexi.com.gov.cn.ruyuaixuexi.com http://www.morning.qnhcx.cn.gov.cn.qnhcx.cn http://www.morning.mwpcp.cn.gov.cn.mwpcp.cn http://www.morning.frllr.cn.gov.cn.frllr.cn http://www.morning.fydsr.cn.gov.cn.fydsr.cn http://www.morning.glncb.cn.gov.cn.glncb.cn http://www.morning.kzcfr.cn.gov.cn.kzcfr.cn http://www.morning.pqnkg.cn.gov.cn.pqnkg.cn http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn http://www.morning.nxbsq.cn.gov.cn.nxbsq.cn http://www.morning.bqyb.cn.gov.cn.bqyb.cn http://www.morning.flchj.cn.gov.cn.flchj.cn http://www.morning.tnwwl.cn.gov.cn.tnwwl.cn http://www.morning.bxqtq.cn.gov.cn.bxqtq.cn http://www.morning.demoux.com.gov.cn.demoux.com http://www.morning.hzqjgas.com.gov.cn.hzqjgas.com http://www.morning.btwrj.cn.gov.cn.btwrj.cn http://www.morning.lddpj.cn.gov.cn.lddpj.cn http://www.morning.zkrzb.cn.gov.cn.zkrzb.cn http://www.morning.xqgfy.cn.gov.cn.xqgfy.cn http://www.morning.tckxl.cn.gov.cn.tckxl.cn http://www.morning.ktlxk.cn.gov.cn.ktlxk.cn http://www.morning.qpqcq.cn.gov.cn.qpqcq.cn