首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏AllTests软件测试

    探索性测试工具 - Xray Exploratory App

    本篇将介绍一款专门设计用于支持和增强探索性测试的工具 - Xray Exploratory App,该工具旨在为测试人员提供一个结构化但不失灵活性的环境,使他们能够自由地进行探索,同时又能系统地记录测试过程 2、简介 Xray Exploratory App是一种用于探索性测试的工具,由两个主要组件组成,桌面应用程序和Web控制台。 Xray手动测试:单调和断开连接的手动测试执行的日子一去不复返了,使用Xray Exploratory应用程序,你可以轻松导航测试步骤、添加基本细节和录制视频以增强分析。 官网地址: https://www.getxray.app/exploratory-testing 3、快速上手 在Xray Exploratory App Web控制台中创建账户,并登录控制台。 下载指定操作系统的Xray Exploratory App桌面应用程序。 桌面应用程序安装完成后,账户进行登录。 输入会话名,创建新的会话。 通过定义标题、章程和前提条件来启动会话。

    34310编辑于 2024-11-14
  • 来自专栏数据派THU

    独家 | 一文读懂R中的探索性数据分析(附R代码)

    更多相关信息请浏览: https://livebook.datascienceheroes.com/exploratory-data-analysis.html 第二步:分析分类变量 freq 更多相关信息请浏览: https://livebook.datascienceheroes.com/exploratory-data-analysis.html 第三步:分析数值变量 我们将看到 更多相关信息请浏览: https://livebook.datascienceheroes.com/exploratory-data-analysis.html 2. 更多相关信息请浏览: https://livebook.datascienceheroes.com/exploratory-data-analysis.html 第四步:同时分析数值和分类变量 更多相关信息请浏览: https://livebook.datascienceheroes.com/exploratory-data-analysis.html 原文标题: Exploratory

    1.3K20发布于 2018-12-18
  • 来自专栏AllTests软件测试

    10个最佳探索性测试工具(2024)

    2、Xray Exploratory App(XEA) XEA通过提供捕获错误证据和轻松分享,简化了探索性测试的过程,XEA简化了文档编制过程,因此你可以覆盖更多未测试的代码,发现新的测试场景,并发现难以捕获的错误 测试基于web、桌面甚至移动的应用程序 用作独立的桌面应用程序或与Xray和Jira集成 将测试会话导出为PDF或直接导出到Xray中的测试运行 官方网址: https://www.getxray.app/exploratory-testing 允许你使用自定义配置文件进行扩展 仅当多框架页面属于同一域时,才能在多框架页面上工作 完全被动,因此该软件永远不会干扰web应用程序测试的执行 官方网址: https://bugmagnet.org/ 4、Exploratory 与敏捷和DevOps工具无缝集成 官方网址: https://www.tricentis.com/products/unified-test-management-qtest/enterprise-exploratory-testing-explorer

    1K10编辑于 2024-11-14
  • 来自专栏生信技能树

    加拿大生物信息学研讨会资源宝藏

    map Module 16: Gene Function Prediction Module 17: Regulatory Network Analysis Introduction to R 两天 Exploratory of Biological Data Using R 2017 课程链接:https://bioinformaticsdotca.github.io/EDA_2017 Day 1 Module 1: Exploratory Day 1 Module 1: The R Environment Module 2: Programming Basics Module 3: Using R for Data Analysis Exploratory _2016/ Day 1 Module 1: Exploratory Data Analysis Module 2: Regression Analysis Module 3: Dimension Reduction Biological Data Using R 2015 课程链接:http://bioinformatics-ca.github.io/EDA_in_r_2015/ Day 1 Module 1: Exploratory

    1.2K20发布于 2020-03-05
  • 来自专栏数据科学和人工智能

    数据集 | ILPD(印度肝病患者数据集)数据集

    A critical comparative study of liver patients from USA and INDIA: an exploratory analysis[J].

    93220编辑于 2022-03-30
  • 来自专栏AI科技评论

    AI团队缺人,海内外两所高校招聘计划,等你加入!

    foundations in mathematics, computer science, and econometrics; Experience in data collection, data cleaning, exploratory foundations in mathematics, computer science, and econometrics; Experience in data collection, data cleaning, exploratory

    53220编辑于 2022-03-08
  • 来自专栏SAMshare

    [001] 7个简单步骤搞定Data Science的“课后作业”!

    Exploratory Data Analysis Explore Explore Explore! Summarize the insight you gathered in the exploratory section and how well the model performed.

    61320发布于 2020-11-11
  • 来自专栏机器学习AI算法工程

    想做数据分析师,该如何学习?

    数据科学家的工具箱 Data scientist's tool-box R语言编程 R programming 获取和清理是数据 Getting and cleaning data 探索性统计分析 Exploratory 探索性统计分析 Exploratory Data Analysis https://www.coursera.org/course/exdata Learn the essential exploratory Exploratory Data Analysis这门课主要讲怎么用R来画图,以完成探索性的分析过程,画图主要靠三个包: base包,最基础的 lattice包画图,适用于大数据的 ggplot2包,方法最全也是画出来最好看的

    1.4K70发布于 2018-03-13
  • 来自专栏生信宝典

    国外生信教程免费领 | 加拿大生信开源学习资源Bioinformatics.ca

    Exploratory Analysis of Biological Data using R 4.

    1.7K50发布于 2018-10-25
  • 来自专栏iTesting

    软件测试的类型总结 -- 送给刚入行的朋友们

    . #18) Exploratory Testing Exploratory Testing is informal testing performed by the testing team. During Exploratory Testing, it is advisable to keep a track of what flow you have tested and what activity An Exploratory Testing technique is performed without documentation and test cases. #20) Functional Testing

    1K20发布于 2020-02-17
  • 来自专栏DeepHub IMBA

    2022 年 5 篇与降维方法的有关的论文推荐

    2、Unsupervised Machine Learning for Exploratory Data Analysis of Exoplanet Transmission Spectra Konstantin : Spatial Predictor Envelope https://arxiv.org/pdf/2201.01919.pdf Unsupervised Machine Learning for Exploratory

    39530编辑于 2022-06-04
  • 来自专栏数据派THU

    2022 年 5 篇与降维方法的有关的论文推荐

    2、Unsupervised Machine Learning for Exploratory Data Analysis of Exoplanet Transmission Spectra Konstantin : Spatial Predictor Envelope https://arxiv.org/pdf/2201.01919.pdf Unsupervised Machine Learning for Exploratory

    46710编辑于 2022-05-12
  • 来自专栏全栈测试

    测试人员的必备神器:Chrome插件助你效率翻倍!

    八、Exploratory Testing Chrome Extension 探索性测试是一种灵活且富有创造性的测试方法。但是,如何高效地记录和整理测试过程中的发现呢? Exploratory Testing Chrome Extension 就能帮你解决这个问题。它支持报告错误、想法和笔记,还能在测试过程中进行截图。

    1.4K10编辑于 2024-11-23
  • 来自专栏数据派THU

    【干货书】基于统计和机器学习的实用时间序列分析预测,Time Series Analysis Prediction

    Exploratory Data Analysis for Time Series 4. Simulating Time Series Data 5.

    1.1K40编辑于 2022-04-11
  • 来自专栏小小挖掘机

    easyeda,一个简单实用的探索性数据分析工具

    在算法工程师的日常工作中,探索性数据分析(Exploratory Data Analysis)是一种常见的任务。

    85010发布于 2019-11-21
  • 来自专栏啄木鸟软件测试

    解锁探索式测试:发展阶段、相关类型、优秀实践

    什么是探索性测试(Exploratory Testing)? 在探索性测试中,测试人员会在没有既定计划的情况下去检查目标系统,以发现用户在浏览网站或使用应用程序时,可能遇到的各种缺陷。 原文标题:Exploratory Testing: A Detailed Guide,作者:Shreya Bose

    51720发布于 2020-03-26
  • 来自专栏CDN及云技术分享

    用Python来比较简历和职位匹配度

    ['a', 'ai', 'base', 'building', 'by', 'client', 'code', 'computer', 'data', 'database', 'design', 'exploratory Exploratory AI projects5. UI polish on frontend components6. and more!"""

    59410编辑于 2024-03-24
  • 来自专栏数据魔术师

    实战演练| EDA应用——波士顿犯罪分析

    EDA(Exploratory Data Analysis)指探索性数据分析,主要针对原始数据进行初次分析,以了解数据的分布情况,为后期的特征工程模型选择等做准备。

    1.5K30发布于 2019-08-29
  • 来自专栏jtti

    Jtti:自动化测试具体包括哪些类型?

    探索性测试(Exploratory Testing):没有固定脚本的测试,测试人员根据经验和直觉探索软件。目的是发现可能在标准测试中遗漏的问题。

    46310编辑于 2024-10-28
  • 来自专栏SAMshare

    easyeda,一个简单实用的探索性数据分析工具

    在算法工程师的日常工作中,探索性数据分析(Exploratory Data Analysis)是一种常见的任务。

    83130发布于 2019-11-19
领券