クイックリファレンス:プロパティリスト

The following tables list SenseTalk properties that you can use with common Eggplant Functional commands.

Assert Command Properties

キー

製品名

assertionBehavior

アサートコマンドのデフォルトの動作です。 Options are Error, Warning, or Pause

assertionsEnabled

Specifies if Eggplant Functional runs assert commands. Defaults to True. If set to False, Eggplant Functional ignores assert commands

assertionPassCount

アサートコマンドが実行されるたびに増加するグローバルカウンタです。 The counters are assertionFailCount, assertionErrorCount, assertionWarningCount, and assertionExceptionCount. Each failure increments both the assertionFailCount and also one of the assertionErrorCount, assertionWarningCount, or assertionExceptionCount counters

For information about using the Assert command, see Assert Command.

CaptureScreen Properties

キー

製品名

ImageInfo

画像プロパティリスト

Increment

画像に自動的に増加sita番号を付け加えるかどうか、true(真)またはfalse(偽)

Name

画像ファイル名とオプションのパス情報を、引用符内で表示

Rectangle(またはRect

キャプチャする長方形を指定する対角線の位置のペア

For information about using CaptureScreen, see CaptureScreen Command.

接続プロパティ

キー

製品名

Bonjour

Whether or not the SUT was found via Bonjour or zerconf

ColorDepth

ビューアウインドウでのSUTのカラー階調:8、16、32

Connected

Whether or not Eggplant Functional is currently connected to the SUT

Name

The display name of the SUT

Password

Password of the SUT's VNC server

PortNum

Port number used by the SUT VNC server

Reverse

接続が逆接続かどうか(すなわち initiated by the SUT)

ScreenSize

The width and height of the SUT screen

ServerID(必須)

SUT host name, IP address, or display name

sshHost

Host name or IP address of an SSH host

sshPassword

Password of the user account on the SSH host computer

sshUser

User account on the SSH host computer

Visible

Whether or not the Viewer window opens upon connection

For information about using the Connect command, see Connect Command. For general information about connections, see Creating Connections to SUTs.

Image Properties

キー

製品名

CaptureDate

The date of image capture, including the time

CaptureHost

The SUT from which the image was captured

CaptureLocation

画像をキャプチャした時の画像の画面における座標。 (この値は変更できません。)

CaptureScreenSize

Screen size of the SUT in pixels at time of image capture, given as (width,height)

Characters Refers to image names from a character collection. See Image Searches Using a Character Collection for more information.

Cliprectangle

Coordinates that define a rectangle within the image; any pixels outside the cliprectangle are disregarded for image matching

Discrepancy

The percentage or absolute number of pixels that may differ between an image and a match in the Viewer window. 画像とビューアウィンドウ内の一致で認められる差異のピクセルの割合(パーセント記号あり)またはピクセル数(パーセント記号なし)です。

Note: Discrepancy can be slow to use and can result in false positive matches. Preferable approaches include setting the Search Type to Smooth in the Image Update panel, cropping the image using the Image Editor, or creating an Image Collection that includes several acceptable versions of a basic image. You can also capture a new image if the current image can only be found using a discrepancy search.

HotSpot

Coordinates of the hot spot within the image, relative to the top-left corner of the image

ImageDescription

Suite Editor Images pane(スイートエディター画像ペイン)での画像の説明。 (この値は変更できません。)

ImageName

Name of the image file. (File extension is not used.)

ImagePath

画像ファイルのファイルパス。 (この値は変更できません。)

ImageSize

幅および高さのピクセル値 (この値は変更できません。)

ImageTolerance

画像で色の値の差異が許容できて、ビューアウインドウで一致

Pulsing

検索タイプがパルスを許容するかどうか、true(真)またはfalse(偽)

Rotate

本来キャプチャしたのとは異なる角度で画像が表示されると予測される場合は、画像が見出されるべき回転角度(またはリストまたは角度の範囲)。 Rotation is clockwise

Scale

画像が見出された地点のスケール要素。 詳細については、Scaling Images(画像のスケーリング)をご覧ください。

Searchrectangle

ビューアウインドウで長方形を定義する座標 Eggplant Functional only looks for this image within the defined rectangle

SearchType

Precise, Tolerant, or Smooth

WaitFor

The maximum time Eggplant Functional waits for the given image to appear on the SUT

画像プロパティを使用するための情報は、以下を参照してください。

ReadCharacters() Function Properties

キー 製品名
asList When asList is on (asList:Yes), the ReadCharacters() function returns a list of strings, one for each group of recognized characters.
characterPriority This string contains priority characters, in high-to-low order. The default setting is ";:.". This setting controls which character is recognized if two character images are found in the same location. For example, using characterPriority:"OC" gives the "O" character image a higher priority than the "C"character image. The result is that the ReadCharacters() function uses the letter "O" rather than the letter "C" if both the O and C images are found at the same location on the screen.
minimumVerticalOverlap This value sets the minimum overlap, in pixels, allowed for two characters to be considered to be on the same line. If the two characters overlap more than the minimumVerticalOverlap value, the ReadCharacters() function considers these characters to reside on the same line.
maximumHorizontalOverlap This value sets the maximum overlap, in pixels, allowed for adjacent characters to be considered as occupying the same space. If two adjacent characters overlap more than this setting, the ReadCharacters() function considers these characters to be occupying the same space.
maximumAdjacentGap This value sets the maximum gap, in pixels, allowed between two adjacent characters. This setting assumes no space between characters. If two adjacent characters reside further apart than this setting, the ReadCharacters() function considers these characters to be non-adjacent characters.
maximumSpaceGap This value sets the maximum gap, in pixels, for an implied space to exist between two characters. If two characters reside closer together than this setting, the ReadCharacters() function does not consider these characters to be separated by a space.
spaceWidth This value sets the nominal width, in pixels, of a space character. The ReadCharacters() function uses this setting to determine the number of spaces returned for wide space gaps.

For information about using the ReadCharacters() function properties, see the ReadCharacters() Function. The ReadCharacters() function is an image search function, so it also supports the properties shown in Image Properties.

Results Properties

キー

製品名

Duration

スクリプトの実行(または実行中)の時間の長さを秒で提示

Errors

実行中にログに記録されたエラーの数

Exceptions

A count of the Eggplant Functional caught and uncaught exceptions raised

LogFile

ログファイルの名前と絶対パス

ReturnValue

return文の戻り値

RunDate

実行が開始された日付と時刻

Status

実行ステータス:Success(成功)Failure(失敗)Running(実行中)

Warnings

実行中にログに記録された警告の数

For information about script results, see the ScriptResults() Function.

SendMail Properties

キー

製品名

Attachment

A filename or list of filenames to attach to the email

Body(またはMessage

The text of the message

CC

One or more addresses to which a copy of the message is sent, separated by commas

"Content-Type"

マイムタイプ。 HTMLメールにはtext/htmlを使用します。 (デフォルトはtext/plainです。)

From(メールサーバーによっては必須)

The user account sending the message

ReplyTo

The default address to which a reply is sent

smtp_host(必須)

The hostname or IP Address of the mail server

smtp_password

The password for log in to the mail server; used if an smtp_type is specified

smtp_port

メールサーバーへの接続に使用するポート。 ポート25はデフォルトのメールポートで、指定の無い場合はこれを使用します。

smtp_transport

The encryption method used for mail transport, either Unencrypted, SSL, or TLS

smtp_type

メールサーバーが使用する認証スキーム。
On Mac: None, Plain, Login, or CRAM-MD5.
LinuxとWindowsの場合:None(なし)またはPlain。

smtp_user

The user account on the mail server; used if an smtp_type is specified

Subject

The subject line for the message

To(必須)

One or more addresses, separated by commas

SendMail(メール送信)の設定のより完全な説明については、Sending Test Results via Email(メールでテスト結果を送信)を参照してください。 SendMail(メール送信)の設定のより完全な説明については、Sending Test Results via Email(メールでテスト結果を送信)を参照してください。

テキストプラットフォームプロパティ

キー

製品名

Engine

プラットフォームで使用するテキストエンジン

Generator

プラットフォームで使用するテキスト画像ジェネレータ(TIG)。 (Generatorプロパティは廃止予定です。 その代わり、Engineを使用してください。)

Name

テキストプラットフォームの名前

Styles

各プラットフォームのテキストスタイルのプロパティリスト

For information about TextPlatform, see The TextPlatforms section of Eggplant Functional Global Properties.

テキストプロパティ

通常のテキストプロパティ(OCRとTIGの両方で使用)

キー

製品名

Text

SUTで検索対象とする文字列です。 (必須。)

TextPlatform

The name of the platform on which your text will be found

TextStyle

テキストスタイルの名前か、またはスクリプトで定義されるテキストのプロパティのリストのどちらか

包括的(OCR)テキストプロパティ

キー

製品名

CaseSensitive

テキスト検索が大文字と小文字の区別を考慮しているかどうか

Contrast

SUT表示が内部で2色画像で表示されるかどうか

ContrastColor

Contrastがオンの時、主要な色と考えられている色

ContrastTolerance

The maximum per-channel difference allowed for a pixel to be seen as the contrast color

DPI The DPI property refers to the DPI (dots per inch) of the SUT display
EnableAggressiveTextExtraction Enable this property if you want OCR to extract as much text from the image as possible
EnhanceLocalContrast Enable this property if you want OCR to automatically increase the local contrast of the image
IgnoreNewLines Enable this property to have OCR searches ignore new lines during a search while not affecting the text actually read by OCR
IgnoreSpaces Enable this property to set OCR text searches to disregard spaces in your text string

Language

テキストOCRが読む言語

SearchRectangle

OCRファンクションで検索される画面の特定の領域

TextRotation

回転した、および上下反転したテキストの判読で、Clockwise(時計回り)CounterClockwise(反時計回り)UpsideDown(上下反転)で指定されます。

ValidCharacters

OCR検索が戻り値を返す事が出来る文字セット

ValidPatterns

語の一致のため、通常の表現としての使用の許容範囲。詳細はValidPatterns(有効なパターン)を参照してください。

ValidWords

OCR検索で戻り値として返される語(または文字列)

 

This topic was last updated on 2月 01, 2019, at 11:13:23 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant