1.工具源自

TOSCA由公司Tricentis研发。这是一家来自奥地利的软件初创企业,专门帮助企业开发团队进行自动化软件测试。(百科)

TOSCA的思想是,不用会编程的测试人员可以直接上手自动化。

2.工具的优点

①Test Management

Today, test-related assets and results are typically distributed across a diverse collection of tools and systems. Tricentis provides fast, centralized access to all the details and data you need to design, update, execute, and analyze your tests. This increases productivity while reducing the risk of duplicated efforts, overwritten work, and unnecessary delays.

②Test Planning

Continuous Testing is a process that involves more than creating and executing tests. Tricentis Tosca’s test planning capability gives testers constant visibility into what testing activities are needed–directly in testers’ familiar work environment. Real-time insight into test activity progress make it easy to stay on track and optimize the limited time available to test in today’s compressed development processes.

③ Test Results

Artifacts and results from your complete test portfolio (cross-browser, mobile, API, SAP, Selenium, manual, exploratory…) are all centrally managed and easily accessible from the Tricentis Tosca interface. Requirements, user stories, test data, service virtualization assets, and other testing artifacts are also accessible directly from Tricentis Tosca. Version control support means that even large, distributed teams can easily share and track changes.

④DevOps/ALM Integrations

Tricentis integrates with the ALM/DevOps tools of your choice, helping software testers easily collaborate with other team members. The result is real-time, bidirectional synchronization of critical artifacts like requirements/user stories, defects, and test results across your toolchain. We provide out-of-the box connectors for all industry-leading ALM/DevOps tools. Connect with your current tool set to start, then rest assured that you can later change vendors without losing your synchronization support.

DevOps是Development和Operations的组合,是一组过程、方法与系统的统称,用于促进开发(应用程序/软件工程)、技术运营和质量保障(QA)部门之间的沟通、协作与整合。

Agile, DevOps, and the drive towards “Continuous Everything” have dramatically accelerated the software development lifecycle.

戏剧性加速软件开发周期

To keep pace, teams are adopting a diverse assortment of tools to automate and optimize the software delivery pipeline.

In response, today’s toolchains now include best-of-breed tools that span numerous capabilities, product vendors, and team roles.

The more effectively these tools integrate and interact, the more effectively team members can work and collaborate.

To help software testers collaborate with other team members, Tricentis Tosca Connect enables organizations to integrate Tricentis Tosca with the ALM/DevOps tools of their choice. The result is real-time bidirectional synchronization of critical artifacts such as requirements/user stories, defects, and test results across your toolchain.

Download this fact sheet to learn about Tricentis Tosca Connect’s

  • Out-of-the box connectors for industry-leading ALM/DevOps tools
  • Effortless server-based synchronization
  • Customizable transformations without scripting
  • Intelligent updating

Supported tools include JIRA, Bugzilla, CA/Rally, GitHub, HP/HPE, IBM/Rational Microsoft, Polarion, Serena, ServiceNow, SmartBear, ThoughtWorks, VersionOne, Zendesk, and many more.

资料来源:

https://www.tricentis.com/software-testing-tools/test-management/

http://www.bubuko.com/infodetail-2303022.html

简单介绍--TOSCA自动化测试工具的更多相关文章

  1. LoadRunner简单介绍----性能自动化测试工具

    在做性能测试中,我认为技术可以说是武功心法,工具则是一把利剑,有一把好的利剑可以帮助自己更好的完成性能测试工作.在这里简单介绍一下LoadRunner,带大家一起来认识一下这把尚方宝剑. 一.性能测试 ...

  2. TOSCA自动化测试工具ppt(正在整理)

    1.  认识TOSCA 安装使用 2.  TOSCA自动化测试工具的优点 1).  可扩展 Tosca Commander™ functionalities can be extended by us ...

  3. TOSCA自动化测试工具

    TOSCA由德国公司Tricentis研发,提供英文和德语两种版本. 目前他们的网上培训课程大约是2000一套,从初级到高级,从工程师到BA,有技术,也有测试管理. TOSCA的思想是,不用会编程的测 ...

  4. TOSCA自动化测试工具安装

    1.下载链接 https://www.tricentis.com/software-testing-tools/ 2.免费试用14天, 弹出的页面输入邮箱地址--> 输入一堆信息-->点击 ...

  5. 关于TOSCA自动化测试工具, 我想问一些问题(持续整理中)

    通过学习,实践踩坑,有以下问题不太明白 1.  Artifacts and results from your complete test portfolio (cross-browser, mobi ...

  6. TOSCA自动化测试工具--Log defect

    1.执行完用例后,对于失败的用例进行分析,如果有缺陷,可以提对应的缺陷 2.在issues模块, 右键创建自己需要的文件夹,然后在文件夹上右键找到虫子图形点下,就可以创建缺陷了,填上对应的内容 3.如 ...

  7. TOSCA自动化测试工具--建立测试用例

    1.测试链接 demowebshop.tricentis.com 测试login 2.检查元素 3.Modules模块,建立自己的文件夹,右键Scan Application , Desktop 4. ...

  8. TOSCA自动化测试工具--怎么写自动化用例

    1.查看一下要测试的对象属性 2.

  9. TOSCA自动化测试工具--Convert to Template

    转换成用例模板

随机推荐

  1. 我使用过的Linux命令之sftp - 安全文件传输命令行工具

    用途说明 sftp命令可以通过ssh来上传和下载文件,是常用的文件传输工具,它的使用方式与ftp类似,但它使用ssh作为底层传输协议,所以安全性比ftp要好得多. 常用方式 格式:sftp <h ...

  2. 编写jsp动态网页

    默认情况下,jsp网页必须保存在TOMCAT_HOME/webapps 目录下才能被客户请求. JSP网页的主题仍然是html标签,在需要显示动态数据的地方添加<%%>标记,在其中编写合法 ...

  3. 【BZOJ2783】[JLOI2012]树 DFS+栈+队列

    [BZOJ2783][JLOI2012]树 Description 在这个问题中,给定一个值S和一棵树.在树的每个节点有一个正整数,问有多少条路径的节点总和达到S.路径中节点的深度必须是升序的.假设节 ...

  4. java手写的动态数组JimisunArray

    /** * @Author:jimisun * @Description: * @Date:Created in 22:10 2018-07-18 * @Modified By: */ public ...

  5. angular 4 路由变化的时候实时监测刷新组件

    当路由变化的时候刷新组件 比如说要刷新header组件 在header.ts里 import {Router, NavigationEnd} from "@angular/router&qu ...

  6. [Gradle] 如何强制 Gradle 重新下载项目的依赖库

    强制刷新 Gradle 依赖库缓存 $ gradle build --refresh-dependencies The --refresh-dependencies option tells Grad ...

  7. TFS中工作项的定制-修改面板

    上一篇文章我们讲到了<TFS 中工作项的订制-修改工作流>,工作流只要我们设计出来,就可以进行定制修改了.这次通过简单的案例,了解一下,工作项的面板如何定制.     1.软件准备     ...

  8. 干货 | 蚂蚁金服是如何实现经典服务化架构往 Service Mesh 方向的演进的?

    干货 | 蚂蚁金服是如何实现经典服务化架构往 Service Mesh 方向的演进的? https://www.sohu.com/a/235575064_99940985 干货 | 蚂蚁金服是如何实现 ...

  9. mysql备份总结

    w汇总对比. mysqldump -u user -p wdbname > /www/wbak.sql pwd CREATE TABLE wbak_w_02071349 LIKE w; INSE ...

  10. 如何使用 libtorch 实现 VGG16 网络?

    参考地址:https://ethereon.github.io/netscope/#/preset/vgg-16 按照上面的图来写即可. 论文地址:https://arxiv.org/pdf/1409 ...