.wt.sit-wt.2.2.source-code.documentMapping.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sit-wt Show documentation
Show all versions of sit-wt Show documentation
SIToolkit for Web Testing
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013 Monocrea Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://www.sitoolkit.org/schema/documentMapping' xsi:schemaLocation='http://www.sitoolkit.org/schema/documentMapping jaxb/document/documentMapping_1_0.xsd'> <table beanId="testStep" name="テストステップ"> <column property="no" name="No."/> <column property="itemName" name="項目名"/> <column property="operation" name="操作"/> <column property="locator.type" name="ロケーター形式"/> <column property="locator.value" name="ロケーター"/> <column property="dataType" name="データ形式"/> <column property="screenshotTiming" name="スクリーンショット"/> <column property="testData" name="テストデータ" pattern="ケース_([0-9]*)$"/> <column property="breakPoint" name="ブレークポイント"/> </table> <table beanId="pageItemSpec" name="画面定義書ファイル"> <column property="name" name="項目"/> <column property="control" name="コントロール"/> <column property="pname" name="項目物理名"/> </table> </document>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy