测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
新手
renzhichao (Arthur.Ren)
第 15878 位Users / 2017-03-15
2 篇帖子 • 7 条回帖
4 关注者
4 正在关注
4 收藏
GitHub Public Repos
  • vue-antd 1

    Vue UI Component & Ant.Design

  • UI-TARS-desktop 0

    A GUI Agent application based on UI-TARS(Vision-Language Model) that allows you to control your c...

  • computer_use_ootb 0

    Out-of-the-box (OOTB) GUI Agent for Windows and macOS

  • weixinchat 0

  • arthur.ren-weixinchat 0

  • renzhichao-weixinchat 0

  • wxauto 0

    Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人

  • k3s 0

    Lightweight Kubernetes

  • transformersblog 0

    Public repo for HF blog posts

  • Terminus2049.github.io 0

    No more 404

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • Gatling 报错 no suiteable driver found for jdbc at March 07, 2018

    看看你的 gatling.bat 里面这一句,你的.jar 包是否在它的 classpath 里面?
    set GATLING_CLASSPATH="%GATLING_HOME%"\lib*;"%GATLING_HOME%"\user-files;%COMMON_CLASSPATH%

  • 分享一个小红书的开源测试框架 Hydra at April 20, 2017

    谢谢支持!下来我们会把 docker image 发布出来,方便大家部署和分享!

  • 分享一个小红书的开源测试框架 Hydra at April 19, 2017

    谢谢@cpfordream,后续我们会逐步把文档和教程补上来!

  • 分享一个小红书的开源测试框架 Hydra at April 18, 2017

    hydra Jasmine testcase 例子 (参见https://github.com/RedQA/hydra/blob/master/js/test.js):
    === 代码例子如下:

    //describe refer to a testsuite... 
    describe("This is the suite: Just test a simple API with get method and expect return status= 0 ", function() {
      var appKey = "fc8d52972b64e3bb" ;
      // it refer to a testcase... 
      it("This is another case: test simple rest api", function(){
        var restfulUtils = new RestfulUtils();
        var url = "http://api.jisuapi.com/iqa/query?appkey=" + appKey + "&question=上海人口" ;
        restfulUtils.setServerURL(url);
        restfulUtils.setHttpMethod("get");
        restfulUtils.execute();
        var jsonObj = JSON.parse(restfulUtils.getResponseBody());
        expect(jsonObj.status).toBe('0');
        caseResult.setResultMsg(jsonObj.result.content);
      });
    });
    

    === 测试执行

    hydra 是通过 control 文件来配置 testsuite。 control 的示例在 js/feature 目录下。 在 hydra 目录下可直接运行./runTest.sh feature/test.control 来启动。 对应的结果展现为统一的报告。

  • SonarQube 分享 (一):介绍与安装 at March 27, 2017

    py 这类的脚本语言也有一些规则能扫出来,比如构造函数不能有返回。比如一些循环引用等等。

  • SonarQube 分享 (一):介绍与安装 at March 26, 2017

    写的很详细,赞👍 🍻

  • [上海] 小红书热招测试工程师和测试开发工程师 at March 24, 2017

    @zzy3265025 该招聘仍旧有效,长期有效,欢迎把简历砸过来!

关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
简体中文 / 正體中文 / English

©testerhome.com 测试之家   渝ICP备2022001292号
  渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司