Show / Hide Table of Contents

Class IosRoboTest

A test that explores an iOS application on an iOS device.

Inheritance
object
IosRoboTest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosRoboTest : IDirectResponseSchema

Properties

AppBundleId

The bundle ID for the app-under-test. This is determined by examining the application's "Info.plist" file.

Declaration
[JsonProperty("appBundleId")]
public virtual string AppBundleId { get; set; }
Property Value
Type Description
string

AppIpa

Required. The ipa stored at this file should be used to run the test.

Declaration
[JsonProperty("appIpa")]
public virtual FileReference AppIpa { get; set; }
Property Value
Type Description
FileReference

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RoboScript

An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed file size of the roboscript is 10MiB.

Declaration
[JsonProperty("roboScript")]
public virtual FileReference RoboScript { get; set; }
Property Value
Type Description
FileReference

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX