AWS:当Google Play商店显示不兼容时,设备场测试显示兼容

时间:2019-08-07 13:33:39

标签: amazon-web-services aws-device-farm

我正在使用AWS Device farm测试android应用。我正在测试与 Google Pixel 2 不兼容的应用程序。我发现一个与该设备不兼容的应用程序。我在

下添加了Play商店的屏幕截图

https://i.stack.imgur.com/rmMlh.png

当我在返回数据的设备场中对其进行检查时,它成功返回 Google Pixel 2 安卓手机的兼容性检查,如下所示:

{"requestType":"CHECKDEVICECOMPATIBILITY",
"devicePoolARN":"arn:aws:devicefarm:us-west-2:XXXXXXXXXX:devicepool:XXXXXXXXXXXXXXXXXXXXXXXXXXX","uploadARN":"arn:aws:devicefarm:us-west-2:XXXXXXXXX:upload:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} 

 {
  "message": "Device Compatibility Tested Succssfully",
  "statusCode": "OK",
  "resp": {
  "deviceCompatibilityDetails": {
  "compatibleDevices": [
    {
      "device": {
        "arn": "arn:aws:devicefarm:us-west-2::device:XXXXXXXXXXX",
        "name": "Google Pixel 2",
        "manufacturer": "Pixel 2",
        "model": "Google Pixel 2",
        "modelId": "Google Pixel 2",
        "formFactor": "PHONE",
        "platform": "ANDROID",
        "os": "9",
        "cpu": {
          "frequency": "MHz",
          "architecture": "arm64-v8a",
          "clock": 1900.8
        },
        "resolution": {
          "width": 1080,
          "height": 1920
        },
        "heapSize": 512000000,
        "memory": 64000000000,
        "image": "58D6FB12B3624256AED26D0F940D4427",
        "remoteAccessEnabled": true,
        "remoteDebugEnabled": false,
        "fleetType": "PUBLIC"
      },
      "compatible": true,
      "incompatibilityMessages": []
    }
  ],
  "incompatibleDevices": []
}
}
}

在测试“内置模糊测试”时失败,该测试是正确的,但它表示该应用程序与预期的设备 Google Pixel 2 兼容。在下面还为内置的模糊测试添加了屏幕截图

https://i.stack.imgur.com/NBVAL.jpg

0 个答案:

没有答案