Found multiple occurrences of org.json.JSONObject on the class path: jar:file:/C:/Users/niaomingjian/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class jar:file…
在用rspec做测试的时候,出现了如下一句错误: You don't have bcrypt-ruby installed in your application. Please add it to your Gemfile and run bundle install 原来在Gemfile中写的是: gem 'bcrypt-ruby' 因为后面没指定版本号所以默认安装的是最新版,但是不巧的是在bundle install时提示bcrypt-ruby已被改名为bcrypt,所以安装的gem名字是…
Google是如何做测试的?(一.二) 导读:本文译自 James Whittaker 在 Google 测试官方博客发表的文章<How Google TestsSoftware >. 在所有我被问及的问题中,最多的就是关于谷歌是如何测试的.尽管在博客中(google testing blog)中有过零碎的解释说明,但还是需要更多的系统阐述.虽然谷歌的技术路线在执行的过程中不断地进化,但公司的测试策略却从来没有变化过.谷歌现在是一家拥有搜索.应用.广告.移动.操作系统等产品的公司,我们在这些涉…