当前位置: 首页 > 软件库 > 开发工具 > 测试工具 >

NativeDriver

手机app测试工具
授权协议 Apache
开发语言
所属分类 开发工具、 测试工具
软件类型 开源软件
地区 不详
投 递 者 公羊安怡
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Google项目,用于测试手机的本地APP,提供webdriver一样风格的API。

官方描述:

NativeDriver is an implementation of the WebDriver API which drives of the UI of a native application rather than a web application.

We plan to make NativeDriver a multi-platform tool. We are currently working on the following versions:

  • Android - usable and in the SVN repository. New contributors welcome!
  • iOS - developing offline. Will be posted soon!
  • Windows - Experimental and prototype phase

WebDriver is used to do functional testing of web applications on many platforms and browsers. By applying WebDriver and all related technologies to native applications, we hope to bridge the gap and alleviate the impedance mismatch between Web Applications and Native Applications.

 

  • 1.在被测程序中加入server-standalone.jar包 2.在被测程序的AndroidManifest中加入代码: <instrumentation android:name="com.google.android.testing.nativedriver.server.ServerInstrumentation" android:targetPacka

  •   Paul Shan 7th Jun 2015 Mongoose or mongodb native driver, which one to use? This is one of the initial queries for a node-mongo developer; and probably one of the most important ones. Because one us

  • 自从上次对Robotium和nativedriver这两个工具做对比已经过去将近一年的时间了(上次内容见 http://kongqingyun123.blog.163.com/blog/static/637728352011614111010446/ ),一年时间对于一个开源的工具来说变化肯定是很多的。同时很多当初对于工具的看法也会有些不同,当初选择了NativeDriver来做一些手机上的自动化

  • 安装 REMI 源 yum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 清理元数据 yum clean metadata 移除老驱动 yum --enablerepo=remi,remi-test remove php-mysql 安装新驱动 yum --enablerepo=remi,remi-te

  • NativeDriver支持Android和iOS平台上原生应用的自动化测试。它实现了WebDriver API。 Google创建了NativeDriver,该工具是WebDriver API的一种实现,使用原生UI而不是浏览器UI(Selenium)的自动化测试框架,用于运行应用的功能测试。Google决定重用WebDriver API 用于原生应用而不是创建全新的接口是因为两者之间有许多相似

  •     按照wiki的提示一步一步的进入如下操作,参考一下网址: http://code.google.com/p/nativedriver/wiki/GettingStartedAndroid 在eclipse中运行jUnit出现如下错误: Mar 20, 2013 11:21:55 AM org.apache.http.impl.client.DefaultRequestDirector ex

  • 概述 本文主要写给sa看的。码农就不用看了。 mysql native driver(mysqlnd) 自从php5.3.0开始成为官方源代码的一部分, 用来取代传统的mysql client library(libmysql)。 mysqlnd是C语言写成的PHP扩展(PHP extension)。 php5.3.0之前,码农们操作数据库使用的mysql扩展函数(mysql_connect,my

  • nativedriver - Google的手机自动化测试框架,支持Android、iOS NativeDriver is an implementation of the WebDriver APIwhich drives of the UI of a native application rather than a web application. We plan to make Native

  • Google又有新动作了,欲开发了一套专门用于测试的framework,名为NativeDriver,开源,跨平台(Android, iOS, Window),不过该产品还在开发阶段,有好多功能有待完善。 最近客户要求用该测试工具对产品进行稳定性测试,所以稍微调查了一下。 1. 使用该测试工具需要对原产品进行改动   a. 需要添加额外的package:server-standalone.jar

  • https://flings.vmware.com/usb-network-native-driver-for-esxi#changelog 更新到1.8版本,增加了ESXi 7.0 Update2的支持。 从changelog来看,这次更新还修复了使用多个USB网卡时的PSOD紫屏问题。

 相关资料
  • 本文向大家介绍请你说一说app测试的工具相关面试题,主要包含被问及请你说一说app测试的工具时的应答技巧和注意事项,需要的朋友参考一下 参考回答: 功能测试自动化 a) 轻量接口自动化测试 jmeter, b) APP UI层面的自动化 android:UI Automator Viewer,Android Junit,Instrumentation,UIAutomator, iOS:基于Inst

  • 英文原文:http://emberjs.com/guides/testing/test-helpers/ 测试Web应用最大的问题是代码都是事件驱动的,因此很可能出现异步的情况(例如输出与输入不是按照顺序发送)。其衍生问题就是代码可能会以任何可能的顺序执行。 下面这个例子能很好的说明此问题:当一个用户点击了两个按钮,一个接着一个,分别从不同的服务器加载数据。这种情况响应的时间是不同的。 当编写测试

  • 2022年9月26日 星期一 19:00 视频面试 岗位描述: 1、负责参与产品的测试设计,测试用例编写及评审; 2、负责测试环境的搭建、针对业务产品进行功能和非功能测试; 3、负责业务线稳定性功能测试。 任职要求: 1、计算机相关专业,本科及以上学历; 2、具备一定的编程能力,熟练掌握Java/ C/C++或各类脚本语言中一种; 3、熟悉软件测试理论与方法,对互联网相关业务或技术充满好奇及热情;

  • 我们即将到达这次旅程的结尾。通过本书你已经学习了大部分Kotlin的知识,但是你可能会怀疑你是否可以测试你只用Kotlin编写的Android App呢?回答是:当然! 在Android中我们有两种不同的测试:unit test和instrumentation test。很明显本书不会来教你怎么去测试的,有很多专门为此写的书。我在这一章的目标是怎么去搭建你测试环境,展示给你看Kotlin在测试方面

  • 本文向大家介绍C#之Android手机App开发,包括了C#之Android手机App开发的使用技巧和注意事项,需要的朋友参考一下 目前Android在全世界市场上大约有75%的占有率,国人Android手机的持有比例更甚,甚至达到90%以上。因此搞计算机的一听说手机应用开发,一个个都像着了魔似的,既然有那么多人对它感兴趣,那咱也跟着玩一玩。但是,本模块不是介绍如何用Java开发,而是全部用C#去

  • 柠檬微趣-已凉(投递简历前玩了玩他家游戏,发现两个bug) 1.自我介绍 2.如何理解测试 3如何测试5%这种概率问题 4.web测试和app测试的区别 5.你有什么优点和缺点 6.笔试题回顾(全是逻辑思维题) 7.select语句,现场口述排序和条件查询8.消消乐某一关如何测试 9.查日志用什么工具,怎么查,什么时候查10.-个好的测试用例应该有什么特点 11.有什么印象深刻的bug