还未发布过话题
  • 你工具的录制和回放的成功率大概是多少呢?

  • #4 楼 @addison 同问

  • 在尝试用,好多坑啊啊啊啊啊啊啊啊啊

  • #87 楼 @seveniruby 还有个问题要请教下,json 配置中的 deviceName 事不是就定义了连接哪个设备进行测试?但是好像没起作用啊
    json 配置:

    "capability" : {
        "deviceName" : "192.168.56.101:5555",
        "platformVersion" : "",
        "platformName" : "",
        "autoWebview" : "false",
        "autoLaunch" : "true",
        "noReset" : "false"
      },
    

    appium 中:

    [debug] [ADB] Running D:\software\adt-bundle-windows-x86_64-20140702\sdk\platfor
    m-tools\adb.exe with args: ["-P",5037,"-s","Baytrail59DCE59F","shell","ps","uiau
    tomator"]
    [ADB] No uiautomator process found to kill, continuing...
    
  • #83 楼 @seveniruby 请教下,当被测程序出现 Crash 后的处理机制是什么样的呢?我现在在 Genymotion 上出现 Crash 后,从 appcrawler.log 中看到程序就在桌面上继续操作了。另外,如果出现 “[AndroidCrawler.doAppiumAction] find error” 是否就表示被测程序出现异常?

  • #82 楼 @fwcco2605 Thanks,确实转换成 Unicode 就可以了

  • @seveniruby
    请教下,为什么我用-c 指定 json 配置文件后总是报这个错

    Exception in thread "main" java.nio.charset.UnmappableCharacterException: Input
    length = 2
            at java.nio.charset.CoderResult.throwException(CoderResult.java:278)
            at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:338)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
            at java.io.InputStreamReader.read(InputStreamReader.java:184)
            at java.io.BufferedReader.read1(BufferedReader.java:203)
            at java.io.BufferedReader.read(BufferedReader.java:279)
            at java.io.Reader.read(Reader.java:140)
            at scala.io.BufferedSource.mkString(BufferedSource.scala:96)
            at CrawlerConf.load(CrawlerConf.scala:148)
            at AppCrawler$.main(AppCrawler.scala:117)
            at AppCrawler.main(AppCrawler.scala)
    
  • FPS 计算方法的比较 at 2016年04月27日

    (112, 65, 27), (8, 5, 26)
    我用你的算法出来这样的值,感觉不像是正常的啊@fenfenzhong